|
|
|
@ -141,7 +141,7 @@ jobs:
|
|
|
|
run: staticcheck -checks inherit,-SA1019 ./...
|
|
|
|
run: staticcheck -checks inherit,-SA1019 ./...
|
|
|
|
- name: 'Check: gosec'
|
|
|
|
- name: 'Check: gosec'
|
|
|
|
if: always()
|
|
|
|
if: always()
|
|
|
|
run: gosec -fmt=golint -quiet ./...
|
|
|
|
run: gosec -fmt=golint -quiet -exclude=G115 ./...
|
|
|
|
# The following checks are not dependent on the OS or go build tags. Only
|
|
|
|
# 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.
|
|
|
|
# run them on ubuntu-latest since it's the fastest one.
|
|
|
|
- name: 'Check: no executable was committed (ubuntu)'
|
|
|
|
- name: 'Check: no executable was committed (ubuntu)'
|
|
|
|
|