From c2711b2eff2c89ab7e8bef03eb237c57c0a0cc13 Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Tue, 29 Oct 2024 17:23:27 +0100 Subject: [PATCH] Update common Prometheus files (#252) Signed-off-by: prombot --- Makefile.common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.common b/Makefile.common index 34d65bb5..cbb5d863 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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