Skip to content

Commit

Permalink
Try to fix gosec invalid format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0michalsokolowski0 committed Sep 9, 2024
1 parent 64b2af1 commit 12e1cdb
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 @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Run GoSec Security Scanner
uses: securego/gosec@master
uses: securego/gosec@v2.21.0
with:
args: "-severity=medium -no-fail -fmt sarif -out gosec-results.sarif ./..."

Expand Down

0 comments on commit 12e1cdb

Please sign in to comment.