well-known/.github/kubescape-exceptions.json

22 lines
365 B
JSON
Raw Normal View History

2023-03-11 23:21:20 +00:00
[
{
"name": "exclude-default-namespace-control",
"policyType": "postureExceptionPolicy",
"actions": [
"alertOnly"
],
"resources": [
{
"designatorType": "Attributes",
"attributes": {
"kind": ".*"
}
}
],
"posturePolicies": [
{
"controlID": "CIS-5.7.4"
}
]
}
]