Skip to content

Commit 3d4fe29

Browse files
lentzi90stephenfin
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 <[email protected]> (cherry picked from commit 106634f)
1 parent ac73b38 commit 3d4fe29

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

654654
.PHONY: verify
655-
verify: verify-boilerplate verify-modules verify-gen verify-govulncheck
655+
verify: verify-boilerplate verify-modules verify-gen
656656

657657
.PHONY: verify-boilerplate
658658
verify-boilerplate:

0 commit comments

Comments
 (0)