Skip to content

Commit a361597

Browse files
prombotfs185143
authored andcommitted
Update common Prometheus files (prometheus#666)
Signed-off-by: prombot <prometheus-team@googlegroups.com> Signed-off-by: fs185143 <fs185143@ncr.com>
1 parent a9af35f commit a361597

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile.common

Lines changed: 6 additions & 0 deletions
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)