oh we need version2
Security Scan / Security Audit (push) Failing after 6m49s

This commit is contained in:
2025-12-11 17:32:02 -08:00
parent 685c853e68
commit 7aa475ad74
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
- name: Install OSV Scanner - name: Install OSV Scanner
run: | run: |
export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/go/bin:$PATH"
go install github.com/google/osv-scanner/cmd/osv-scanner@latest go install github.com/google/osv-scanner/v2/cmd/osv-scanner@latest
- name: Run OSV Scanner - name: Run OSV Scanner
run: | run: |