Skip to content

Commit

Permalink
Update common Prometheus files (prometheus#666)
Browse files Browse the repository at this point in the history
Signed-off-by: prombot <[email protected]>
Signed-off-by: fs185143 <[email protected]>
  • Loading branch information
prombot authored and fs185143 committed Oct 2, 2024
1 parent a9af35f commit a361597
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a361597

Please sign in to comment.