diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3d7225..0602fef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,9 @@ jobs: run: ./gradlew 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' - name: Deploy SNAPSHOT to Maven Central if: github.event_name == 'push' && github.ref == 'refs/heads/main'