1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 08:08:07 +00:00
The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices.
Go to file
2017-06-19 15:52:11 +01:00
cfg Initial commit 2017-06-19 17:01:57 +03:00
check Initial commit 2017-06-19 17:01:57 +03:00
cmd Initial commit 2017-06-19 17:01:57 +03:00
.gitignore Initial commit 2017-06-19 17:01:57 +03:00
install.sh Initial commit 2017-06-19 17:01:57 +03:00
LICENSE Initial commit 2017-06-19 17:01:57 +03:00
main.go Initial commit 2017-06-19 17:01:57 +03:00
README.md Minor format change 2017-06-19 15:52:11 +01:00

kubernetes-bench-security

The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes 1.6 Benchmark v1.0.0.

Tests are configured with YAML files, making this tool easy to update as test specifications evolve.

Installation

Install by cloning this repository and running

make install

This builds the application and also copies the test configuration files into a .cis_kubernetes directory in your home directory.