Skip to content

Commit

Permalink
WIP - test gosec with GO111MODULE=off
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalk committed Oct 4, 2021
1 parent 0df7ae4 commit 30e0948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gosec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ $? -ne 0 ]; then
go get -u github.com/securego/gosec/v2/cmd/gosec
fi

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

0 comments on commit 30e0948

Please sign in to comment.