Skip to content

Commit

Permalink
pin gosec to 2.20.0 (kserve#3921) (#408)
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Dong <greenmoon55@users.noreply.github.com>
Co-authored-by: Jin Dong <greenmoon55@users.noreply.github.com>
  • Loading branch information
spolti and greenmoon55 authored Sep 13, 2024
1 parent 1c5fb34 commit 43be4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-go-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: securego/gosec@v2.20.0
with:
args: '-no-fail -fmt=sarif -out=go-security-scan-results.sarif -exclude-dir=pkg/client -exclude-dir=pkg/clientv1alpha1 ./...'

Expand Down

0 comments on commit 43be4a8

Please sign in to comment.