Skip to content

Commit

Permalink
Merge pull request #625 from kubescape/dwertent-patch-1
Browse files Browse the repository at this point in the history
Revert exceptions based on labels
  • Loading branch information
dwertent committed May 29, 2024
2 parents 3a80ab0 + 466d963 commit 138fa85
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions exceptions/kubescape.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,4 @@
[
{
"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",
Expand Down

0 comments on commit 138fa85

Please sign in to comment.