mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-24 03:58:12 -08:00
31 lines
613 B
Plaintext
31 lines
613 B
Plaintext
{
|
|
"SchemaVersion": 2,
|
|
"CreatedAt": "2021-08-25T12:20:30.000000005Z",
|
|
"ArtifactName": "testdata/fixtures/repo/namespace-exception",
|
|
"ArtifactType": "repository",
|
|
"Metadata": {
|
|
"ImageConfig": {
|
|
"architecture": "",
|
|
"created": "0001-01-01T00:00:00Z",
|
|
"os": "",
|
|
"rootfs": {
|
|
"type": "",
|
|
"diff_ids": null
|
|
},
|
|
"config": {}
|
|
}
|
|
},
|
|
"Results": [
|
|
{
|
|
"Target": "Dockerfile",
|
|
"Class": "config",
|
|
"Type": "dockerfile",
|
|
"MisconfSummary": {
|
|
"Successes": 0,
|
|
"Failures": 0,
|
|
"Exceptions": 27
|
|
}
|
|
}
|
|
]
|
|
}
|