mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
* feat(repo): support local repositories * fix tests * test: fix client/server tests * docs: update * test: add fs tests * test: do not update golden files if overridden * docs: remove a comment about fs deprecation
90 lines
2.5 KiB
Plaintext
90 lines
2.5 KiB
Plaintext
{
|
|
"bomFormat": "CycloneDX",
|
|
"specVersion": "1.5",
|
|
"serialNumber": "urn:uuid:e1f49b6f-018f-4bf3-97c8-85cd92a82c7c",
|
|
"version": 1,
|
|
"metadata": {
|
|
"timestamp": "2023-05-19T10:38:39+00:00",
|
|
"tools": [
|
|
{
|
|
"vendor": "aquasecurity",
|
|
"name": "trivy",
|
|
"version": "dev"
|
|
}
|
|
],
|
|
"component": {
|
|
"bom-ref": "cd0ebb00-5c53-4b82-a3f7-271add663c51",
|
|
"type": "application",
|
|
"name": "testdata/fixtures/repo/conda",
|
|
"properties": [
|
|
{
|
|
"name": "aquasecurity:trivy:SchemaVersion",
|
|
"value": "2"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"components": [
|
|
{
|
|
"bom-ref": "pkg:conda/pip@22.2.2?file_path=miniconda3%2Fenvs%2Ftestenv%2Fconda-meta%2Fpip-22.2.2-py38h06a4308_0.json",
|
|
"type": "library",
|
|
"name": "pip",
|
|
"version": "22.2.2",
|
|
"licenses": [
|
|
{
|
|
"expression": "MIT"
|
|
}
|
|
],
|
|
"purl": "pkg:conda/pip@22.2.2",
|
|
"properties": [
|
|
{
|
|
"name": "aquasecurity:trivy:PkgType",
|
|
"value": "conda-pkg"
|
|
},
|
|
{
|
|
"name": "aquasecurity:trivy:FilePath",
|
|
"value": "miniconda3/envs/testenv/conda-meta/pip-22.2.2-py38h06a4308_0.json"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"bom-ref": "pkg:conda/openssl@1.1.1q?file_path=miniconda3%2Fenvs%2Ftestenv%2Fconda-meta%2Fopenssl-1.1.1q-h7f8727e_0.json",
|
|
"type": "library",
|
|
"name": "openssl",
|
|
"version": "1.1.1q",
|
|
"licenses": [
|
|
{
|
|
"expression": "OpenSSL"
|
|
}
|
|
],
|
|
"purl": "pkg:conda/openssl@1.1.1q",
|
|
"properties": [
|
|
{
|
|
"name": "aquasecurity:trivy:PkgType",
|
|
"value": "conda-pkg"
|
|
},
|
|
{
|
|
"name": "aquasecurity:trivy:FilePath",
|
|
"value": "miniconda3/envs/testenv/conda-meta/openssl-1.1.1q-h7f8727e_0.json"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"ref": "cd0ebb00-5c53-4b82-a3f7-271add663c51",
|
|
"dependsOn": [
|
|
"pkg:conda/openssl@1.1.1q?file_path=miniconda3%2Fenvs%2Ftestenv%2Fconda-meta%2Fopenssl-1.1.1q-h7f8727e_0.json",
|
|
"pkg:conda/pip@22.2.2?file_path=miniconda3%2Fenvs%2Ftestenv%2Fconda-meta%2Fpip-22.2.2-py38h06a4308_0.json"
|
|
]
|
|
},
|
|
{
|
|
"ref": "pkg:conda/openssl@1.1.1q?file_path=miniconda3%2Fenvs%2Ftestenv%2Fconda-meta%2Fopenssl-1.1.1q-h7f8727e_0.json"
|
|
},
|
|
{
|
|
"ref": "pkg:conda/pip@22.2.2?file_path=miniconda3%2Fenvs%2Ftestenv%2Fconda-meta%2Fpip-22.2.2-py38h06a4308_0.json"
|
|
}
|
|
],
|
|
"vulnerabilities": []
|
|
}
|