diff --git a/.github/workflows/github-security-checks.yml b/.github/workflows/github-security-checks.yml index 43d401d..df4a4b5 100644 --- a/.github/workflows/github-security-checks.yml +++ b/.github/workflows/github-security-checks.yml @@ -42,7 +42,8 @@ jobs: git config --global --add safe.directory '*' - name: SAST Scan working-directory: . - run: osv-scanner --json -r . --output ./scan_results/osv.out.json + run: osv-scanner --json --output ./scan_results/osv.out.json -r . + continue-on-error: true - name: Commit changes uses: EndBug/add-and-commit@v9 with: