Skip to content

Commit 8fb7c69

Browse files
committed
ci: update workflows to make rich sbom
Signed-off-by: Sonu Saha <[email protected]>
1 parent af38598 commit 8fb7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo "name,SPDXID,versionInfo,downloadLocation,externalRefs,license,source_code_url,vendor" > "${FILE_PREFIX}-sbom.csv"
4141
jq -r '
42-
.packages[] | [
42+
.sbom.packages[] | [
4343
.name,
4444
.SPDXID,
4545
.versionInfo,

0 commit comments

Comments
 (0)