mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Ignore G307 for Gosec (#9790)
This commit is contained in:
parent
4dbb5d6974
commit
d1f3050d20
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Gosec security scanner
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
args: '-exclude-dir=crypto/bls/herumi ./...'
|
||||
args: '-exclude=G307 -exclude-dir=crypto/bls/herumi ./...'
|
||||
|
||||
- name: Golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user