Skip to content

Commit c75cbe4

Browse files
authored
Merge pull request #906 from IABTechLab/wzh-5347-vulnerability-scan-refactor
update scan vulnerability file usage
2 parents f205be8 + 1c1fe36 commit c75cbe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
- name: Build website
2424
run: npm run build
2525
- name: Vulnerability Scan
26-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
26+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
27+
with:
28+
scan_type: 'fs'

0 commit comments

Comments
 (0)