Skip to content

Commit

Permalink
chore: update gosec to use master
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Sep 25, 2024
1 parent 9fbeed7 commit 15282d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Gosec Security Scanner
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0
uses: securego/gosec@master
with:
# Arguments for gosec, -no-fail to not fail the workflow based on findings
args: -no-fail -fmt sarif -out gosec-results.sarif ./...
Expand Down

0 comments on commit 15282d9

Please sign in to comment.