mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
45 lines
826 B
JSON
45 lines
826 B
JSON
{
|
|
"ID": "1234",
|
|
"Title": "NSA",
|
|
"Description": "",
|
|
"Version": "",
|
|
"RelatedResources": [
|
|
"https://example.com"
|
|
],
|
|
"Results": [
|
|
{
|
|
"ID": "1.0",
|
|
"Name": "Non-root containers",
|
|
"Description": "",
|
|
"Severity": "MEDIUM",
|
|
"Results": [
|
|
{
|
|
"Target": "",
|
|
"Misconfigurations": [
|
|
{
|
|
"AVDID": "AVD-KSV012",
|
|
"Status": "FAIL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ID": "1.1",
|
|
"Name": "Immutable container file systems",
|
|
"Description": "",
|
|
"Severity": "LOW",
|
|
"Results": [
|
|
{
|
|
"Target": "",
|
|
"Misconfigurations": [
|
|
{
|
|
"AVDID": "AVD-KSV013",
|
|
"Status": "FAIL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |