From c632fd36419ea253907dcff13337bbcb2fc5a1b1 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 19 Mar 2021 13:40:24 +1100 Subject: [PATCH] cannot run gosec on all docker platforms, removing from devtools --- scripts/devtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devtools.sh b/scripts/devtools.sh index 48a48289..bf35f8f4 100755 --- a/scripts/devtools.sh +++ b/scripts/devtools.sh @@ -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.6.1 +# wget -O- -nv https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s v2.6.1