mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
26 lines
580 B
JSON
26 lines
580 B
JSON
[
|
|
{
|
|
"name": "exclude-nginx-in-minikube",
|
|
"policyType": "postureExceptionPolicy",
|
|
"actions": [
|
|
"alertOnly"
|
|
],
|
|
"resources": [
|
|
{
|
|
"designatorType": "Attributes",
|
|
"attributes": {
|
|
"cluster": "minikube",
|
|
"app": "nginx"
|
|
}
|
|
}
|
|
],
|
|
"posturePolicies": [
|
|
{
|
|
"frameworkName": "NSA"
|
|
},
|
|
{
|
|
"frameworkName": "MITRE"
|
|
}
|
|
]
|
|
}
|
|
] |