Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Sep 27, 2024
1 parent 2922eb1 commit 8532f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: securego/gosec@master
with:
# args: '-exclude=G104,G115,G304,G406,G507 -exclude-dir=builtin/gen ./...'
args: '-exclude=G104,G115,G304,G406,G507 ./...'
args: '-fmt json -exclude=G104,G115,G304,G406,G507 ./...'
- name: Capture Gosec Output
continue-on-error: true
if: failure()
Expand Down

0 comments on commit 8532f6f

Please sign in to comment.