From 78d8168bc866f09b29495b09d4782f6a010c772b Mon Sep 17 00:00:00 2001 From: attiasas Date: Mon, 12 Feb 2024 14:58:04 +0200 Subject: [PATCH] fix comment --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 8edf883ca..23a98a6e9 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -37,7 +37,7 @@ jobs: go-version: 1.20.x - name: Run Gosec Security Scanner - # Version 2.19 has bug on ignore for sections, so using 2.18.2 + # Temporarily set version 2.18.0 to workaround https://github.com/securego/gosec/issues/1046 uses: securego/gosec@v2.18.0 with: args: -exclude G204,G301,G302,G304,G306 -tests -exclude-dir \.*test\.* ./...