Skip to content

Commit 86f3496

Browse files
authored
Update common Prometheus files (#1628)
Signed-off-by: prombot <[email protected]>
1 parent ff60566 commit 86f3496

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)