diff --git a/README.md b/README.md index 03ef98db251a3b6b2d75dd151e45437aa1e577d1..e65bc809961ce7017918736ce1e4f921208ca54f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ If you are migrating from `release-0.7` branch or earlier please read [what chan - [Customization Examples](#customization-examples) - [Minikube Example](#minikube-example) - [Continuous Delivery](#continuous-delivery) + - [Security](docs/security.md) - [Troubleshooting](#troubleshooting) - [Error retrieving kubelet metrics](#error-retrieving-kubelet-metrics) - [Authentication problem](#authentication-problem) diff --git a/docs/security.md b/docs/security.md new file mode 100644 index 0000000000000000000000000000000000000000..0de52547bb116d88b7ea5fbf0e4f605a66118a07 --- /dev/null +++ b/docs/security.md @@ -0,0 +1,11 @@ +## Security + +The manifests generated in this repository are subject to a security audit in CI via [kubescape](https://github.com/armosec/kubescape). +The scan can be run locally via `make kubescape`. + +While we aim for best practices in terms of security by default, due to the nature of the project, we are required to make the exceptions in the following components: + +#### node-exporter +* Host Port is set. https://hub.armo.cloud/docs/c-0044 is not relevant since node-exporter is considered as a core platform component running as a DaemonSet. +* Host PID is set to `true`, since node-exporter requires direct access to the host namespace to gather statistics. +* Host Network is set to `true`, since node-exporter requires direct access to the host network to gather statistics.