From 1c1fe36446d27ff0866a8e901b6437c553ff13df Mon Sep 17 00:00:00 2001 From: way zheng Date: Thu, 3 Jul 2025 17:56:08 -0700 Subject: [PATCH] update scan vulnerability file usage --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b96d8748a..1acdb147e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,6 @@ jobs: - name: Build website run: npm run build - 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'