Skip to content

Commit

Permalink
Add empty SBOM lite file (#5830)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 13, 2024
1 parent a5657dc commit 1f1f1e7
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"metadata": {
"timestamp": "2024-06-12T07:02:03.298348+00:00",
"tools": [
{
"externalReferences": [
{
"type": "build-system",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/actions"
},
{
"type": "distribution",
"url": "https://pypi.org/project/cyclonedx-python-lib/"
},
{
"type": "documentation",
"url": "https://cyclonedx-python-library.readthedocs.io/"
},
{
"type": "issue-tracker",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/issues"
},
{
"type": "license",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE"
},
{
"type": "release-notes",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md"
},
{
"type": "vcs",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib"
},
{
"type": "website",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/#readme"
}
],
"name": "cyclonedx-python-lib",
"vendor": "CycloneDX",
"version": "6.4.4"
}
]
},
"serialNumber": "urn:uuid:db499c84-957b-40c9-98d5-eca9b6f47c33",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}

0 comments on commit 1f1f1e7

Please sign in to comment.