We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c316f8b commit f7e0ea1Copy full SHA for f7e0ea1
1 file changed
Makefile
@@ -10,7 +10,7 @@ doc:
10
11
lint:
12
go tool golangci-lint run
13
- go tool govulncheck ./...
+ go tool govulncheck -scan=module
14
15
bench:
16
go test -run=^$$ -bench=. -benchmem ./...
0 commit comments