We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecaa5e commit a3c571cCopy full SHA for a3c571c
Makefile
@@ -10,8 +10,7 @@ test: lint
10
go test -v
11
12
install-tools:
13
- curl -L https://github.com/securego/gosec/releases/download/v2.18.2/gosec_2.18.2_linux_amd64.tar.gz | \
14
- tar xz -C $(shell go env GOPATH)/bin gosec
+ curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v2.22.2
15
go install golang.org/x/vuln/cmd/govulncheck@latest
16
go install honnef.co/go/tools/cmd/staticcheck@latest
17
go install github.com/caarlos0/svu@latest
0 commit comments