Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more exemptions #294

Merged
merged 1 commit into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
more exemptions
  • Loading branch information
rbren committed May 18, 2020
commit 74a8f7d1d2147a02681f043d4e6153eab75f64fb
41 changes: 40 additions & 1 deletion examples/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@ exemptions:
- livenessProbeMissing
- cpuLimitsMissing

- controllerNames:
- cert-manager
rules:
- notReadOnlyRootFilesystem
- runAsRootAllowed
- readinessProbeMissing
- livenessProbeMissing

- controllerNames:
- cluster-autoscaler
rules:
- notReadOnlyRootFilesystem
- runAsRootAllowed
- readinessProbeMissing

- controllerNames:
- vpa
rules:
Expand All @@ -64,6 +79,21 @@ exemptions:
- livenessProbeMissing
- notReadOnlyRootFilesystem

- controllerNames:
- datadog
rules:
- runAsRootAllowed
- readinessProbeMissing
- livenessProbeMissing
- notReadOnlyRootFilesystem

- controllerNames:
- nginx-ingress-controller
rules:
- privilegeEscalationAllowed
- insecureCapabilities
- runAsRootAllowed

- controllerNames:
- dns-controller
- datadog-datadog
Expand All @@ -74,6 +104,7 @@ exemptions:
- kube2iam
rules:
- hostNetworkSet

- controllerNames:
- aws-iam-authenticator
- aws-cluster-autoscaler
Expand All @@ -88,9 +119,9 @@ exemptions:
rules:
- readinessProbeMissing
- livenessProbeMissing

- controllerNames:
- aws-iam-authenticator
- nginx-ingress-controller
- nginx-ingress-default-backend
- aws-cluster-autoscaler
- kube-state-metrics
Expand All @@ -103,6 +134,7 @@ exemptions:
- kube2iam
rules:
- runAsRootAllowed

- controllerNames:
- aws-iam-authenticator
- nginx-ingress-controller
Expand All @@ -118,39 +150,46 @@ exemptions:
- kube2iam
rules:
- notReadOnlyRootFilesystem

- controllerNames:
- cert-manager
- dns-controller
- kubedns
- dnsmasq
- autoscaler
- insights-agent-goldilocks-vpa-install
- datadog
rules:
- cpuRequestsMissing
- cpuLimitsMissing
- memoryRequestsMissing
- memoryLimitsMissing

- controllerNames:
- kube2iam
- kube-flannel-ds
rules:
- runAsPrivileged

- controllerNames:
- kube-hunter
rules:
- hostPIDSet

- controllerNames:
- polaris
- kube-hunter
- goldilocks
- insights-agent-goldilocks-vpa-install
rules:
- notReadOnlyRootFilesystem

- controllerNames:
- insights-agent-goldilocks-controller
rules:
- livenessProbeMissing
- readinessProbeMissing

- controllerNames:
- insights-agent-goldilocks-vpa-install
- kube-hunter
Expand Down