Skip to content

Commit 49483e5

Browse files
authored
Merge pull request #126 from IABTechLab/wzh-5347-vulnerability-scan-refactor
update scan vulnerability file usage
2 parents 0510e00 + 0665cc9 commit 49483e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: ./gradlew build
2929

3030
- name: Vulnerability Scan
31-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
31+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
32+
with:
33+
scan_type: 'fs'
3234

3335
- name: Deploy SNAPSHOT to Maven Central
3436
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)