From 368cbdf979e10aa2be51ccbeb8681ae7f4a10cfd Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 13 Apr 2020 23:04:59 +0200 Subject: [PATCH] Fix gosec in drone --- .drone1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone1.yml b/.drone1.yml index 37fb26a7666..f8e0262724b 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -57,7 +57,7 @@ steps: - make goconst-check - make gocyclo-check - make static-check - - curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | bash -s -- -b $GOPATH/bin v2.2.0 # Need to manually install as it does not support being installed via go modules like the rest. + - wget -O - -q https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin v2.2.0 # Need to manually install as it does not support being installed via go modules like the rest. - make gosec-check - make build when: