Skip to content

Commit

Permalink
Tag Gosec To Last Stable Version (#11267)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored Aug 19, 2022
1 parent 20ed47a commit 56c48b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run Gosec Security Scanner
run: | # https://github.com/securego/gosec/issues/469
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/securego/gosec/v2/cmd/gosec@latest
go install github.com/securego/gosec/v2/cmd/gosec@v2.12.0
gosec -exclude=G307 -exclude-dir=crypto/bls/herumi ./...
lint:
Expand Down

0 comments on commit 56c48b4

Please sign in to comment.