Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Jul 16, 2024
1 parent 3b12333 commit c53f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/gosec-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ runs:
using: 'composite'
steps:
- name: Run Gosec Security Scanner
uses: securego/gosec@latest
uses: securego/gosec@master
with:
args: -exclude G204,G301,G302,G304,G306 -tests -exclude-dir \.*test\.* ./...

0 comments on commit c53f36e

Please sign in to comment.