well-known/.github/kubescape-exceptions.json
2023-03-12 00:21:24 +01:00

22 lines
No EOL
365 B
JSON

[
{
"name": "exclude-default-namespace-control",
"policyType": "postureExceptionPolicy",
"actions": [
"alertOnly"
],
"resources": [
{
"designatorType": "Attributes",
"attributes": {
"kind": ".*"
}
}
],
"posturePolicies": [
{
"controlID": "CIS-5.7.4"
}
]
}
]