Skip to content

Commit 74edc7e

Browse files
authored
ci: disable csv cve scan temporarily (#4347)
Our csv-based CVE scan (i.e. the old scan) is failing slightly sporadically since we switched github runners. I'm intending to get rid of it eventually (see #4294 ) but haven't done the work yet, and I don't have the time to figure out how to do that or fix it right now. Since we have multiple cve scans going (cve-bin-tool action, snyk, dependabot, etc.) it's "safe" to disable this one so it's not getting in the way while we figure out the best solution, so this PR should make this so it only runs manually and will no longer run on pull requests and pushes to main. Signed-off-by: Terri Oda <[email protected]>
1 parent 7bf9ad2 commit 74edc7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cve_scan.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: CVE scan
22

33
on:
4-
push:
5-
pull_request:
4+
# push:
5+
# pull_request:
6+
# Temporarily disabled due to failures, will be integrated with cve-bin-tool-action
67
workflow_dispatch:
78

89
permissions:

0 commit comments

Comments
 (0)