Skip to content

Commit

Permalink
fix: continue on error in gosec step
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Sep 27, 2024
1 parent 340fcb7 commit 786a384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gosec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cache: false
- name: Run Gosec
id: gosec-run
continue-on-error: true
uses: securego/gosec@master
with:
# args: '-exclude=G104,G115,G304,G406,G507 -exclude-dir=builtin/gen ./...'
Expand Down

0 comments on commit 786a384

Please sign in to comment.