do we not say scan is that not the command
Security Scan / Security Audit (push) Failing after 6m8s

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