Add MQ build level to the container labels (#195)

* Changes to add MQ build level to the container labels

* Add jq as a dependency
This commit is contained in:
Tom Jefferson
2022-01-13 10:59:02 +00:00
committed by GitHub Enterprise
parent 2f103128f3
commit eff6ded259
4 changed files with 74 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ set -ex
sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-$ARCH
sudo chmod +x /usr/local/bin/dep
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."