Skip to content

Commit 1c06d3d

Browse files
committed
Fix the path for upload #1729
Signed-off-by: tdruez <[email protected]>
1 parent b07efe7 commit 1c06d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-sca-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: trivy-sbom-report
32-
path: '${{ github.workspace }}/dependency-results.sbom.json'
32+
path: '${{ github.workspace }}/dependency-results.sbom.cdx.json'
3333
retention-days: 20 # 90 is the default

0 commit comments

Comments
 (0)