Files
git.stella-ops.org/samples/cdx-1.6.json
2026-01-13 18:53:39 +02:00

31 lines
659 B
JSON

{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000001",
"version": 1,
"metadata": {
"timestamp": "2026-01-13T00:00:00Z",
"tools": [
{
"vendor": "StellaOps",
"name": "sbom-sample",
"version": "1.0.0"
}
],
"component": {
"type": "application",
"name": "stellaops-sample-app",
"version": "1.0.0",
"purl": "pkg:generic/stellaops-sample-app@1.0.0"
}
},
"components": [
{
"type": "library",
"name": "sample-lib",
"version": "0.1.0",
"purl": "pkg:generic/sample-lib@0.1.0"
}
]
}