From b281d5957721fefc1eef481cff90e5ff060a4367 Mon Sep 17 00:00:00 2001 From: Simon Hirst Date: Wed, 1 Feb 2023 12:40:32 +0000 Subject: [PATCH] Updating gosec to 2.14.0 --- install-build-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-build-deps.sh b/install-build-deps.sh index 3f14aa1..e814460 100755 --- a/install-build-deps.sh +++ b/install-build-deps.sh @@ -25,4 +25,4 @@ sudo apt-get update || : sudo apt-get install -y jq go install golang.org/x/lint/golint@latest -curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin 2.0.0 || echo "Gosec not installed. Platform may not be supported." +curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin 2.14.0 || echo "Gosec not installed. Platform may not be supported."