Skip to content

Commit 4019d42

Browse files
committed
Install specific version of gosec
1 parent 55daf6d commit 4019d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/devtools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -ex
33
go mod download golang.org/x/tools@latest
44
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.5
5-
curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s
5+
curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.22.5

0 commit comments

Comments
 (0)