mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
22 lines
480 B
JSON
22 lines
480 B
JSON
[
|
|
{
|
|
"name": "exclude-allowed-hostPath-control",
|
|
"policyType": "postureExceptionPolicy",
|
|
"actions": [
|
|
"alertOnly"
|
|
],
|
|
"resources": [
|
|
{
|
|
"designatorType": "Attributes",
|
|
"attributes": {
|
|
"kind": ".*"
|
|
}
|
|
}
|
|
],
|
|
"posturePolicies": [
|
|
{
|
|
"controlName": "HostPath mount"
|
|
}
|
|
]
|
|
}
|
|
] |