i read the docs this should 100% be the trick
Security Scan / Security Audit (push) Failing after 6m13s

This commit is contained in:
2025-12-11 17:14:47 -08:00
parent e1fe6ed07f
commit 685c853e68
+1 -1
View File
@@ -127,7 +127,7 @@ jobs:
- name: Run OSV Scanner
run: |
export PATH="$HOME/go/bin:$PATH"
osv-scanner -r . --format table --output osv-results.txt .
osv-scanner scan source --format table --output osv-results.txt -r .
- name: Display OSV Scanner scan results
if: always()