Skip to content

Commit 1e513a0

Browse files
committed
Disable gosec G115, it's useless
1 parent 50d4ed0 commit 1e513a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: staticcheck -checks inherit,-U1000,-SA5002,-SA1019 ./...
144144
- name: 'Check: gosec'
145145
if: always()
146-
run: gosec -fmt=golint -quiet -exclude=G103,G304,G404 ./...
146+
run: gosec -fmt=golint -quiet -exclude=G103,G115,G304,G404 ./...
147147
# The following checks are not dependent on the OS or go build tags. Only
148148
# run them on ubuntu-latest since it's the fastest one.
149149
- name: 'Check: no executable was committed (ubuntu)'

0 commit comments

Comments
 (0)