Skip to content

Commit

Permalink
Revert "chore(deps): Bump securego/gosec from 2.21.0 to 2.21.2" (#3590)
Browse files Browse the repository at this point in the history
Revert "chore(deps): Bump securego/gosec from 2.21.0 to 2.21.2 (#3561)"

This reverts commit 12a8d0e.
  • Loading branch information
mudler authored Sep 17, 2024
1 parent a53392f commit acf1198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secscan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
- name: Run Gosec Security Scanner
if: ${{ github.actor != 'dependabot[bot]' }}
uses: securego/[email protected].2
uses: securego/[email protected].0
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-no-fail -fmt sarif -out results.sarif ./...'
Expand Down

0 comments on commit acf1198

Please sign in to comment.