Skip to content

Commit f3efa28

Browse files
committed
Remove govulncheck from the verify target
Signed-off-by: Stefan Büringer buringerst@vmware.com
1 parent da5cc32 commit f3efa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
687687
apidiff: $(GO_APIDIFF) ## Check for API differences
688688
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible
689689

690-
ALL_VERIFY_CHECKS = licenses boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary diagrams import-restrictions go-directive govulncheck
690+
ALL_VERIFY_CHECKS = licenses boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary diagrams import-restrictions go-directive
691691

692692
.PHONY: verify
693693
verify: $(addprefix verify-,$(ALL_VERIFY_CHECKS)) lint-dockerfiles ## Run all verify-* targets

0 commit comments

Comments
 (0)