Skip to content

Commit

Permalink
ci: exclude G304 scan
Browse files Browse the repository at this point in the history
  • Loading branch information
janfuhrer committed Dec 28, 2024
1 parent dc31d72 commit 6b03094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
GOTOOLCHAIN: "go1.23.4"
uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 # v2.21.4
with:
args: ./...
args: -exclude G304 ./...

0 comments on commit 6b03094

Please sign in to comment.