Skip to content

Commit

Permalink
replace bomlinks with some real examples
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Kumar Sahu <[email protected]>
  • Loading branch information
viveksahu26 committed Nov 26, 2024
1 parent a857f0b commit 9587f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions samples/sbomqs-dummy-bomlinks-data.cdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@
"externalReferences": [
{
"type": "bom",
"url": "https://example.com/sbom/external-bom.cdx.json",
"comment": "This is a reference to an external SBOM for a related component"
"url" : "https://raw.githubusercontent.com/bomctl/bomctl-playground/main/examples/bomctl-container-image/app/bomctl_0.3.0_linux_amd64.tar.gz.spdx.json",
"comment": "This is a reference to an external SBOM for a related component for testing purpose."
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions samples/sbomqs-dummy-bomlinks-data.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"externalDocumentRefs": [
{
"externalDocumentId": "DocumentRef-LibraryA-v2.3",
"spdxDocumentNamespace": "https://example.com/spdx/docs/libraryA-v2.3",
"externalDocumentId": "DocumentRef-InterlynkSBOM",
"spdxDocumentNamespace": "https://interlynk.io/github.com%2Finterlynk-io%2Fsbomqs/0.0.15/qIP32aoJi0u5M_EjHeJHAg",
"checksum": {
"algorithm": "SHA256",
"checksumValue": "a3c123d8aebbbcf737bc5c41d04fb0f8c4d3285a29a3b94eabca3c123f6c6c35"
"checksumValue": "09e46d45422cc6ab9a6dc1d57ad4d27687fc47fcfac5b732d8bb07327c11e8c3"
}
},
{
Expand Down

0 comments on commit 9587f8d

Please sign in to comment.