Skip to content

Commit 0665cc9

Browse files
committed
update scan vulnerability file usage
1 parent 0510e00 commit 0665cc9

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)