Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.10" (#6638)

Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.10 (#6599)"

This reverts commit 18810038f5.
This commit is contained in:
Ettore Di Giacinto
2025-10-21 12:31:16 +02:00
committed by GitHub
parent b85f339eb4
commit 47b2a502dd

View File

@@ -18,7 +18,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
- name: Run Gosec Security Scanner
if: ${{ github.actor != 'dependabot[bot]' }}
uses: securego/gosec@v2.22.10
uses: securego/gosec@v2.22.9
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-no-fail -fmt sarif -out results.sarif ./...'