Update common Prometheus files (#1628)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
ff60566f1b
commit
86f3496868
|
@ -275,3 +275,9 @@ $(1)_precheck:
|
|||
exit 1; \
|
||||
fi
|
||||
endef
|
||||
|
||||
govulncheck: install-govulncheck
|
||||
govulncheck ./...
|
||||
|
||||
install-govulncheck:
|
||||
command -v govulncheck > /dev/null || go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
|
Loading…
Reference in New Issue