Skip to content

Commit fe0abba

Browse files
authored
Merge pull request #212 from IABTechLab/wzh-5347-vulnerability-scan-refactor
update scan vulnerability file usage
2 parents db02869 + 37befe2 commit fe0abba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
- run: npm test
3333
working-directory: ${{ env.WORKING_DIR }}
3434
- name: Vulnerability Scan
35-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
35+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
36+
with:
37+
scan_type: 'fs'

0 commit comments

Comments
 (0)