Skip to content

Commit 8bc4cd5

Browse files
committed
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
1 parent 40d6251 commit 8bc4cd5

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)