Skip to content

Commit

Permalink
WIP: go get is deprecated..
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalk committed Oct 25, 2021
1 parent 30e0948 commit 5c8cc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/gosec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
which gosec
if [ $? -ne 0 ]; then
echo "Downloading gosec tool"
go get -u github.com/securego/gosec/v2/cmd/gosec
go install github.com/securego/gosec/v2/cmd/gosec@v2.9.1
fi

time GO111MODULE=off gosec -conf gosec.conf.json ./...
time gosec -conf gosec.conf.json ./...

0 comments on commit 5c8cc1a

Please sign in to comment.