mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -08:00
115 lines
2.6 KiB
Plaintext
115 lines
2.6 KiB
Plaintext
{
|
|
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
|
|
"bomFormat": "CycloneDX",
|
|
"specVersion": "1.6",
|
|
"serialNumber": "urn:uuid:3ff14136-e09f-4df9-80ea-000000000005",
|
|
"version": 1,
|
|
"metadata": {
|
|
"timestamp": "2021-08-25T12:20:30+00:00",
|
|
"tools": {
|
|
"components": [
|
|
{
|
|
"type": "application",
|
|
"manufacturer": {
|
|
"name": "Aqua Security Software Ltd."
|
|
},
|
|
"group": "aquasecurity",
|
|
"name": "trivy",
|
|
"version": "dev"
|
|
}
|
|
]
|
|
},
|
|
"component": {
|
|
"bom-ref": "3ff14136-e09f-4df9-80ea-000000000002",
|
|
"type": "application",
|
|
"name": "testdata/fixtures/repo/conda",
|
|
"properties": [
|
|
{
|
|
"name": "aquasecurity:trivy:SchemaVersion",
|
|
"value": "2"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"components": [
|
|
{
|
|
"bom-ref": "pkg:conda/openssl@1.1.1q",
|
|
"type": "library",
|
|
"name": "openssl",
|
|
"version": "1.1.1q",
|
|
"hashes": [
|
|
{
|
|
"alg": "SHA-1",
|
|
"content": "237db0da53131e4548cb1181337fa0f420299e1f"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"license": {
|
|
"id": "OpenSSL"
|
|
}
|
|
}
|
|
],
|
|
"purl": "pkg:conda/openssl@1.1.1q",
|
|
"properties": [
|
|
{
|
|
"name": "aquasecurity:trivy:FilePath",
|
|
"value": "miniconda3/envs/testenv/conda-meta/openssl-1.1.1q-h7f8727e_0.json"
|
|
},
|
|
{
|
|
"name": "aquasecurity:trivy:PkgType",
|
|
"value": "conda-pkg"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"bom-ref": "pkg:conda/pip@22.2.2",
|
|
"type": "library",
|
|
"name": "pip",
|
|
"version": "22.2.2",
|
|
"hashes": [
|
|
{
|
|
"alg": "SHA-1",
|
|
"content": "a6a2db7668f1ad541d704369fc66c96a4415aa24"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"license": {
|
|
"id": "MIT"
|
|
}
|
|
}
|
|
],
|
|
"purl": "pkg:conda/pip@22.2.2",
|
|
"properties": [
|
|
{
|
|
"name": "aquasecurity:trivy:FilePath",
|
|
"value": "miniconda3/envs/testenv/conda-meta/pip-22.2.2-py38h06a4308_0.json"
|
|
},
|
|
{
|
|
"name": "aquasecurity:trivy:PkgType",
|
|
"value": "conda-pkg"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"ref": "3ff14136-e09f-4df9-80ea-000000000002",
|
|
"dependsOn": [
|
|
"pkg:conda/openssl@1.1.1q",
|
|
"pkg:conda/pip@22.2.2"
|
|
]
|
|
},
|
|
{
|
|
"ref": "pkg:conda/openssl@1.1.1q",
|
|
"dependsOn": []
|
|
},
|
|
{
|
|
"ref": "pkg:conda/pip@22.2.2",
|
|
"dependsOn": []
|
|
}
|
|
],
|
|
"vulnerabilities": []
|
|
}
|