Skip to content

Commit 30e0948

Browse files
committed
WIP - test gosec with GO111MODULE=off
1 parent 0df7ae4 commit 30e0948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/gosec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [ $? -ne 0 ]; then
66
go get -u github.com/securego/gosec/v2/cmd/gosec
77
fi
88

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

0 commit comments

Comments
 (0)