From acf119828f940083451f8faa3095a5d3804ebd78 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 17 Sep 2024 17:22:56 +0200 Subject: [PATCH] Revert "chore(deps): Bump securego/gosec from 2.21.0 to 2.21.2" (#3590) Revert "chore(deps): Bump securego/gosec from 2.21.0 to 2.21.2 (#3561)" This reverts commit 12a8d0e46fbd03f8d550dc41ea6325d07d66cd00. --- .github/workflows/secscan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secscan.yaml b/.github/workflows/secscan.yaml index 08d7dfc6b71..db9db586947 100644 --- a/.github/workflows/secscan.yaml +++ b/.github/workflows/secscan.yaml @@ -18,7 +18,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} - name: Run Gosec Security Scanner if: ${{ github.actor != 'dependabot[bot]' }} - uses: securego/gosec@v2.21.2 + uses: securego/gosec@v2.21.0 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'