From 56c48b4971de4aa14009ec4f43b8375fc7cae2dc Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Fri, 19 Aug 2022 21:00:30 +0800 Subject: [PATCH] Tag Gosec To Last Stable Version (#11267) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5f179de5c9..ede87dcfe8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: