mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
23 lines
533 B
JSON
23 lines
533 B
JSON
[
|
|
{
|
|
"name": "exclude-deployments-in-ns-default",
|
|
"policyType": "postureExceptionPolicy",
|
|
"actions": [
|
|
"alertOnly"
|
|
],
|
|
"resources": [
|
|
{
|
|
"designatorType": "Attributes",
|
|
"attributes": {
|
|
"namespace": "default",
|
|
"kind": "Deployment"
|
|
}
|
|
}
|
|
],
|
|
"posturePolicies": [
|
|
{
|
|
"controlName": "HostPath mount"
|
|
}
|
|
]
|
|
}
|
|
] |