Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11" (#7698)

Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11 (#7690)"

This reverts commit b698033ef9.
This commit is contained in:
Ettore Di Giacinto
2025-12-22 23:58:42 +01:00
committed by GitHub
parent b36a7593fa
commit b8aacb39e8

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.11
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 ./...'