Files
aquasecurity-trivy/pkg/fanal/analyzer/config/json/testdata/array.json
2022-06-20 09:40:05 +01:00

23 lines
287 B
JSON

[
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hello-kubernetes"
},
"spec": {
"replicas": 4
}
},
{
"apiVersion": "apps/v2",
"kind": "Deployment",
"metadata": {
"name": "hello-kubernetes"
},
"spec": {
"replicas": 5
}
}
]