Skip to content

Commit

Permalink
Disable gosec G115, it's useless
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Sep 18, 2024
1 parent 50d4ed0 commit 1e513a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
run: staticcheck -checks inherit,-U1000,-SA5002,-SA1019 ./...
- name: 'Check: gosec'
if: always()
run: gosec -fmt=golint -quiet -exclude=G103,G304,G404 ./...
run: gosec -fmt=golint -quiet -exclude=G103,G115,G304,G404 ./...
# The following checks are not dependent on the OS or go build tags. Only
# run them on ubuntu-latest since it's the fastest one.
- name: 'Check: no executable was committed (ubuntu)'
Expand Down

0 comments on commit 1e513a0

Please sign in to comment.