Added gosec scan to end of travis build, upgraded travis go to v1.11

This commit is contained in:
Luke Powlett
2019-09-12 10:18:48 +01:00
committed by Luke J Powlett
parent 8d8e4e4403
commit 7c59d647f5
2 changed files with 5 additions and 1 deletions

View File

@@ -24,3 +24,4 @@ sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download
sudo chmod +x /usr/local/bin/dep
go get -u golang.org/x/lint/golint
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin 2.0.0