Files
kubescape/examples/exceptions/exclude-allowed-hostPath-control.json
2021-11-14 14:31:53 +02:00

22 lines
482 B
JSON

[
{
"name": "exclude-allowed-hostPath-control",
"policyType": "postureExceptionPolicy",
"actions": [
"alertOnly"
],
"resources": [
{
"designatorType": "Attributes",
"attributes": {
"kind": ".*"
}
}
],
"posturePolicies": [
{
"controlName": "Allowed hostPath"
}
]
}
]