PYTHON-4373 Add SBOM file (#1653)

This commit is contained in:
Steven Silvester 2024-06-04 11:50:29 -05:00 committed by GitHub
parent cdf04ffa18
commit 42d30b31ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,7 @@ include README.md
include LICENSE
include THIRD-PARTY-NOTICES
include *.ini
include sbom.json
include requirements.txt
exclude .coveragerc
exclude .git-blame-ignore-revs

10
sbom.json Normal file
View File

@ -0,0 +1,10 @@
{
"metadata": {
"timestamp": "2024-05-02T17:36:12.698229+00:00"
},
"serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}