mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
29 lines
719 B
JSON
29 lines
719 B
JSON
[
|
|
{
|
|
"name": "ignore-kube-namespaces",
|
|
"policyType": "postureExceptionPolicy",
|
|
"actions": [
|
|
"alertOnly"
|
|
],
|
|
"resources": [
|
|
{
|
|
"designatorType": "Attributes",
|
|
"attributes": {
|
|
"namespace": "kube-system"
|
|
}
|
|
},
|
|
{
|
|
"designatorType": "Attributes",
|
|
"attributes": {
|
|
"namespace": "kube-public"
|
|
}
|
|
},
|
|
{
|
|
"designatorType": "Attributes",
|
|
"attributes": {
|
|
"namespace": "kube-node-lease"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |