diff --git a/exceptions/kubescape.json b/exceptions/kubescape.json index 34b2187ed..7f9db06e9 100644 --- a/exceptions/kubescape.json +++ b/exceptions/kubescape.json @@ -1,4 +1,49 @@ [ + { + "name": "kubescape-ignore", + "policyType": "postureExceptionPolicy", + "actions": [ + "alertOnly" + ], + "attributes": { + "systemException": true + }, + "resources": [ + { + "designatorType": "Attributes", + "attributes": { + "kubescape.io/ignore": "true" + } + }, + { + "designatorType": "Attributes", + "attributes": { + "kubescape.io/ignore": "yes" + } + }, + { + "designatorType": "Attributes", + "attributes": { + "kubescape.io/ignore": "1" + } + }, + { + "designatorType": "Attributes", + "attributes": { + "kubescape.io/ignore": "enable" + } + }, + { + "designatorType": "Attributes", + "attributes": { + "kubescape.io/ignore": "enabled" + } + } + ], + "posturePolicies": [ + {} + ] + }, { "name": "exclude-kubescape-deployment-security-context", "policyType": "postureExceptionPolicy",