cannot run gosec on all docker platforms, removing from devtools

This commit is contained in:
Mike Farah 2021-03-19 13:40:24 +11:00
parent 0470e5cd69
commit c632fd3641
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -ex set -ex
go get golang.org/x/tools/cmd/goimports 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/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 # wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.6.1