Skip to content

Commit

Permalink
update default exceptions
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
dwertent committed Aug 1, 2023
1 parent 1fde79e commit 3160b25
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions exceptions/kubescape.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
},
{
"controlID": "c-0058"
},
{
"controlID": "c-0078"
}
]
},
Expand Down Expand Up @@ -437,6 +440,22 @@
"namespace": "kubescape"
}
},
{
"designatorType": "Attributes",
"attributes": {
"kind": "ServiceAccount",
"name": "storage",
"namespace": "kubescape"
}
},
{
"designatorType": "Attributes",
"attributes": {
"kind": "ServiceAccount",
"name": "kubevuln",
"namespace": "kubescape"
}
},
{
"designatorType": "Attributes",
"attributes": {
Expand Down Expand Up @@ -565,12 +584,23 @@
"name": "kubescape-scheduler",
"namespace": "kubescape"
}
},
{
"designatorType": "Attributes",
"attributes": {
"kind": "ServiceAccount",
"name": "storage",
"namespace": "kubescape"
}
}
],
"posturePolicies": [
{
"controlID": "c-0030"
},
{
"controlID": "c-0034"
},
{
"controlID": "c-0055"
},
Expand All @@ -589,11 +619,17 @@
{
"controlID": "c-0077"
},
{
"controlID": "c-0078"
},
{
"controlID": "c-0210"
},
{
"controlID": "c-0211"
},
{
"controlID": "c-0078"
}
]
},
Expand Down

0 comments on commit 3160b25

Please sign in to comment.