mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 01:13:18 +01:00
43 lines
873 B
Plaintext
43 lines
873 B
Plaintext
{
|
|
"bomFormat": "CycloneDX",
|
|
"specVersion": "1.3",
|
|
"serialNumber": "urn:uuid:2156ac1f-c838-4e93-8dc5-a3874ffeb967",
|
|
"version": 1,
|
|
"metadata": {
|
|
"timestamp": "2021-12-03T13:17:26-08:00",
|
|
"tools": [
|
|
{
|
|
"vendor": "anchore",
|
|
"name": "syft",
|
|
"version": "[not provided]"
|
|
}
|
|
],
|
|
"component": {
|
|
"type": "container",
|
|
"name": "user-image-input",
|
|
"version": "sha256:2731251dc34951c0e50fcc643b4c5f74922dad1a5d98f302b504cf46cd5d9368"
|
|
}
|
|
},
|
|
"components": [
|
|
{
|
|
"type": "library",
|
|
"name": "package-1",
|
|
"version": "1.0.1",
|
|
"licenses": [
|
|
{
|
|
"license": {
|
|
"name": "MIT"
|
|
}
|
|
}
|
|
],
|
|
"purl": "a-purl-1"
|
|
},
|
|
{
|
|
"type": "library",
|
|
"name": "package-2",
|
|
"version": "2.0.1",
|
|
"purl": "a-purl-2"
|
|
}
|
|
]
|
|
}
|