1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

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

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