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 8e666ae commit 1b2ec6aCopy full SHA for 1b2ec6a
.github/workflows/sca-integration-osv.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
33
with:
34
# args: scan image --archive alpine_3.17.0.tar --format spdx-2-3 --all-packages > osv-scanner.spdx.json || true
35
- args: scan image --archive alpine_3.17.0.tar --format cyclonedx-1-5 --all-packages > osv-scanner.cdx.json || true
+ args: scan image --archive alpine_3.17.0.tar --format json
36
37
- name: Upload SBOM as GitHub Artifact
38
uses: actions/upload-artifact@v4
0 commit comments