Include secure as part of build process

This commit is contained in:
Mike Farah
2021-11-10 13:27:55 +11:00
parent ac57667887
commit d7a34843af
2 changed files with 1 additions and 23 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
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.37.1
# wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.8.1
wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.9.1