We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b42c0 commit adff71aCopy full SHA for adff71a
.github/workflows/sca-integration-osv.yml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Run OSV Scanner
38
run: |
39
- osv-scanner --help
40
- osv-scanner scan image alpine:3.17.0 --all-packages --format=json
+ osv-scanner scan --help
+ osv-scanner scan image alpine:3.17.0 --all-packages --format cyclonedx-1-5
41
42
# - name: Run OSV Scanner
43
# uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
0 commit comments