syft/syft/presenter/json/test-fixtures/snapshot/TestJsonDirsPresenter.golden
Samuel Dacanay 0567206b38 Change kebab case to camelCase in json keys throughout app
Signed-off-by: Samuel Dacanay <sam.dacanay@anchore.com>
2020-09-18 08:55:17 -07:00

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"
}