Files
kubescape/examples/exceptions/exclude-allowed-hostPath-control.json
2022-11-14 14:36:37 +02:00

22 lines
480 B
JSON

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