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 Nov 11, 2021
1 parent 2df0ea1 commit 45900be
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 45900be

Please sign in to comment.