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 30e0948 commit 5c8cc1aCopy full SHA for 5c8cc1a
hack/gosec.sh
@@ -3,7 +3,7 @@
3
which gosec
4
if [ $? -ne 0 ]; then
5
echo "Downloading gosec tool"
6
- go get -u github.com/securego/gosec/v2/cmd/gosec
+ go install github.com/securego/gosec/v2/cmd/gosec@v2.9.1
7
fi
8
9
-time GO111MODULE=off gosec -conf gosec.conf.json ./...
+time gosec -conf gosec.conf.json ./...
0 commit comments