Skip to content

Commit 1b2ec6a

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent 8e666ae commit 1b2ec6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sca-integration-osv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
3333
with:
3434
# 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
35+
args: scan image --archive alpine_3.17.0.tar --format json
3636

3737
- name: Upload SBOM as GitHub Artifact
3838
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)