From f9a87a685b4019a9ba550586a2727713c3557ede Mon Sep 17 00:00:00 2001 From: way zheng Date: Thu, 3 Jul 2025 17:54:37 -0700 Subject: [PATCH] update scan vulnerability file usage --- .github/workflows/test-pull-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 17207fa..fbcfd67 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -58,4 +58,6 @@ jobs: steps: - name: Vulnerability Scan - uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3 + uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3 + with: + scan_type: 'fs'