mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
28 lines
376 B
Plaintext
28 lines
376 B
Plaintext
{
|
|
"artifacts": [
|
|
{
|
|
"name": "package-1",
|
|
"version": "1.0.1",
|
|
"type": "deb",
|
|
"foundBy": [
|
|
"the-cataloger-1"
|
|
],
|
|
"locations": [
|
|
"/some/path/pkg1"
|
|
]
|
|
},
|
|
{
|
|
"name": "package-2",
|
|
"version": "2.0.1",
|
|
"type": "deb",
|
|
"foundBy": [
|
|
"the-cataloger-2"
|
|
],
|
|
"locations": [
|
|
"/some/path/pkg1"
|
|
]
|
|
}
|
|
],
|
|
"directory": "/some/path"
|
|
}
|