We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329c55c commit ae77892Copy full SHA for ae77892
.github/workflows/publish-all-operators.yaml
@@ -69,10 +69,11 @@ jobs:
69
fetch-depth: 0
70
71
- name: Scan vulnerabilities
72
- uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
+ uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
73
with:
74
scan_severity: HIGH,CRITICAL
75
failure_severity: CRITICAL
76
+ scan_type: 'fs'
77
78
- name: Set version number
79
id: version
0 commit comments