Added gosec

This commit is contained in:
Mike Farah
2021-03-03 19:44:34 +11:00
parent e93c43f7a0
commit b2186d5404
6 changed files with 20 additions and 38 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#!/bin/sh
set -ex
go get golang.org/x/tools/cmd/goimports
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.37.1
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.6.1