Skip to content

Commit

Permalink
Merge pull request #217 from Michad/dependabot/github_actions/secureg…
Browse files Browse the repository at this point in the history
…o/gosec-2.21.1

security(actions): bump securego/gosec from 2.20.0 to 2.21.1
  • Loading branch information
Michad authored Sep 5, 2024
2 parents b481bdc + ffdfcb0 commit a46d1a5
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@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0
uses: securego/gosec@0ce4453ddd8cca1291d2056cf903b545baad95a0 # v2.21.1
with:
args: '-no-fail -exclude=G504 -fmt sarif -out results.sarif ./...'
- name: Upload SARIF file
Expand Down

0 comments on commit a46d1a5

Please sign in to comment.