Skip to content

Commit 3b175ce

Browse files
authored
Merge pull request #1859 from IABTechLab/wzh-5347-vulnerability-scan-refactor
update scan vulnerability file usage
2 parents a5193c5 + 06e002d commit 3b175ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-all-operators.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: Scan vulnerabilities
72-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
72+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
7373
with:
7474
scan_severity: HIGH,CRITICAL
7575
failure_severity: CRITICAL
76+
scan_type: 'fs'
7677

7778
- name: Set version number
7879
id: version

0 commit comments

Comments
 (0)