From 77d376621f2731ac4c58cd346bf9aa4419be93aa Mon Sep 17 00:00:00 2001 From: way zheng Date: Thu, 3 Jul 2025 17:41:30 -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 99cd7c3..bef60ba 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -40,4 +40,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'