Skip to content

Commit

Permalink
Merge pull request #218 from Michad/revert-secgo
Browse files Browse the repository at this point in the history
Revert "security(actions): bump securego/gosec from 2.20.0 to 2.21.1"
  • Loading branch information
Michad authored Sep 5, 2024
2 parents a46d1a5 + 5fdaed6 commit 179fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: Run Gosec Security Scanner
uses: securego/gosec@0ce4453ddd8cca1291d2056cf903b545baad95a0 # v2.21.1
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0
with:
args: '-no-fail -exclude=G504 -fmt sarif -out results.sarif ./...'
- name: Upload SARIF file
Expand Down

0 comments on commit 179fe0e

Please sign in to comment.