Updating gosec to 2.14.0

Updating gosec to 2.14.0
This commit is contained in:
Simon Hirst
2023-02-01 14:41:02 +00:00
committed by GitHub Enterprise

View File

@@ -25,4 +25,4 @@ sudo apt-get update || :
sudo apt-get install -y jq sudo apt-get install -y jq
go install golang.org/x/lint/golint@latest 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."