Skip to content

Commit 106634f

Browse files
committed
Exclude govulncheck from verify target
It was not intentional to make govulncheck run as part of PR tests. The PR tests run the verify target. This commit removes the govulncheck from that target. The PR tests are anyway running with a different go version than what we use to build release artifacts, so we cannot really rely on the results. Govulncheck will still be run in the weekly security-scan. Signed-off-by: Lennart Jern <lennart.jern@est.tech>
1 parent 0b3305b commit 106634f

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
@@ -570,7 +570,7 @@ clean-release-git: ## Restores the git files usually modified during a release
570570
git restore ./*manager_image_patch.yaml ./*manager_pull_policy.yaml
571571

572572
.PHONY: verify
573-
verify: verify-boilerplate verify-modules verify-gen verify-govulncheck
573+
verify: verify-boilerplate verify-modules verify-gen
574574

575575
.PHONY: verify-boilerplate
576576
verify-boilerplate:

0 commit comments

Comments
 (0)