We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296cbc0 commit 337e4d5Copy full SHA for 337e4d5
Makefile
@@ -689,7 +689,7 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
689
apidiff: $(GO_APIDIFF) ## Check for API differences
690
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible
691
692
-ALL_VERIFY_CHECKS = licenses boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary diagrams import-restrictions go-directive
+ALL_VERIFY_CHECKS = licenses boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary diagrams import-restrictions go-directive govulncheck
693
694
.PHONY: verify
695
verify: $(addprefix verify-,$(ALL_VERIFY_CHECKS)) lint-dockerfiles ## Run all verify-* targets
0 commit comments