We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df7ae4 commit 30e0948Copy full SHA for 30e0948
hack/gosec.sh
@@ -6,4 +6,4 @@ if [ $? -ne 0 ]; then
6
go get -u github.com/securego/gosec/v2/cmd/gosec
7
fi
8
9
-time gosec -conf gosec.conf.json ./...
+time GO111MODULE=off gosec -conf gosec.conf.json ./...
0 commit comments