Skip to content

Commit 14bac55

Browse files
authored
Merge pull request #695 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 40d6251 + 8bc4cd5 commit 14bac55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile.common

+6
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,9 @@ $(1)_precheck:
275275
exit 1; \
276276
fi
277277
endef
278+
279+
govulncheck: install-govulncheck
280+
govulncheck ./...
281+
282+
install-govulncheck:
283+
command -v govulncheck > /dev/null || go install golang.org/x/vuln/cmd/govulncheck@latest

0 commit comments

Comments
 (0)