Skip to content

Commit ab29a58

Browse files
lentzi90k8s-infra-cherrypick-robot
authored andcommitted
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 4bbdff3 commit ab29a58

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

641641
.PHONY: verify
642-
verify: verify-boilerplate verify-modules verify-gen verify-govulncheck
642+
verify: verify-boilerplate verify-modules verify-gen
643643

644644
.PHONY: verify-boilerplate
645645
verify-boilerplate:

0 commit comments

Comments
 (0)