From 68bcdd723cee13710355cc13526b6426021bbd27 Mon Sep 17 00:00:00 2001 From: Alexey Kovrizhkin Date: Sun, 17 Nov 2024 16:50:01 +0300 Subject: [PATCH] upd: activate gosec --- .github/workflows/go-test-gosec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test-gosec.yml b/.github/workflows/go-test-gosec.yml index df03d7e..220c697 100644 --- a/.github/workflows/go-test-gosec.yml +++ b/.github/workflows/go-test-gosec.yml @@ -1,10 +1,11 @@ # Run tests on every push for extra branches -name: GoTestExtra +name: GoSec on: push: branches-ignore: - 'dependabot/**' + branches: - master - main pull_request: