Skip to content

Commit

Permalink
ci: skip some checks
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 27, 2022
1 parent e20cf4a commit 9b96bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# No CentOS Upstream fix
CVE-2021-20206
CVE-2022-0778
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ lint:

.PHONY: scan
scan:
trivy image --light --exit-code=1 --severity=HIGH --ignore-unfixed kubeovn/kube-ovn:$(RELEASE_TAG)
trivy image --security-checks vuln --light --exit-code=1 --severity=HIGH --ignore-unfixed kubeovn/kube-ovn:$(RELEASE_TAG)

.PHONY: ut
ut:
Expand Down

0 comments on commit 9b96bac

Please sign in to comment.