Skip to content

Commit 6aebee4

Browse files
fixed uses: google/osv-scanner-action@v2.3.1
1 parent 143ae11 commit 6aebee4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/security-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- name: OSV-Scanner
5757
uses: google/osv-scanner-action@v2.3.1
5858
with:
59-
scan-args: |-
59+
# Pass flags exactly as you would to the osv-scanner CLI
60+
args: |-
6061
-r .
6162
--format json
6263
--output osv-results.json

0 commit comments

Comments
 (0)