There was an error while loading. Please reload this page.
1 parent b9069d5 commit 4195c46Copy full SHA for 4195c46
1 file changed
Makefile
@@ -49,7 +49,9 @@ test:
49
# check for vulnerabilities
50
vulns:
51
govulncheck $(GO_FILES) > $(GO_VULNCHECKS) 2>&1 || true
52
- trivy fs . > $(TRIVY_RESULTS) 2>&1 || true
+ curl -fsSL -o rancher.openvex.json https://media.githubusercontent.com/media/rancher/vexhub/refs/heads/main/reports/rancher.openvex.json || true
53
+ trivy fs --vex rancher.openvex.json --skip-files rancher.openvex.json . > $(TRIVY_RESULTS) 2>&1 || true
54
+ rm rancher.openvex.json || true
55
56
# cleanup artifacts
57
clean:
0 commit comments