docker-bench-security
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. (by docker)
kube-bench
Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark (by aquasecurity)
docker-bench-security | kube-bench | |
---|---|---|
16 | 27 | |
9,420 | 7,561 | |
0.3% | 1.3% | |
4.8 | 9.1 | |
9 months ago | 6 days ago | |
Shell | Go | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docker-bench-security
Posts with mentions or reviews of docker-bench-security.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-05.
-
Locking Down Your Docker Containers: A Developer’s Guide to Encryption
# Clone Docker Bench git clone https://github.com/docker/docker-bench-security.git cd docker-bench-security # Run the audit docker run -it --net host --pid host --userns host --cap-add audit_control \ -v /var/lib/docker:/var/lib/docker \ -v /etc/docker:/etc/docker \ docker/docker-bench-security
-
Advanced Docker Container Security: A Comprehensive Guide to Protecting Your Containerized Applications
Docker Security GitHub Repository
-
Lockdown Your Containers: 11 Docker Security Tips
Regular security audits are crucial for maintaining the security of your Docker environment. Docker Bench for Security is a script that checks for dozens of common best practices around deploying Docker containers in production.
-
Understanding Container Security
Scanning your container images for vulnerabilities is a good approach. But this scanning is not one time job, it should be done regularly (weekly, monthly, etc.) You need to follow vulnerability reports and fix all of the vulnerabilities as soon as possible. I recommend some open-source tools that could be useful: Trivy, Docker-Bench, Grype.
-
Security docker app
For Docker configuration I have used this in the past (it utilizes the CIS Docker Benchmark): https://github.com/docker/docker-bench-security
- What's your favourite Docker Image, and why?
-
Docker image scan against cis benchmark
So the main tool to scan against the CIS Docker benchmark (I'm presuming that's the one you're interested in) is https://github.com/docker/docker-bench-security .
-
How to enhance container security using Docker Bench
git clone https://github.com/docker/docker-bench-security.git cd docker-bench-security sudo sh docker-bench-security.sh
-
Importing certificates into containers
when deploying images on cloud, I always run it thru "docker bench security" It helps finding potential security holes in my images.
-
How to Secure Your Kubernetes Clusters With Best Practices
Use Docker Bench for Security to audit your container images
kube-bench
Posts with mentions or reviews of kube-bench.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-12.
-
Kubernetes hardening made easy: Running CIS Benchmarks with kube-bench
$ wget https://github.com/aquasecurity/kube-bench/releases/download/v0.10.2/kube-bench_0.10.2_linux_amd64.deb $ sudo dpkg -i kube-bench_0.10.2_linux_amd64.deb Selecting previously unselected package kube-bench. (Reading database ... 41333 files and directories currently installed.) Preparing to unpack kube-bench_0.10.2_linux_amd64.deb ... Unpacking kube-bench (0.10.2) ... Setting up kube-bench (0.10.2) ... $ kube-bench version 0.10.2
-
Kubernetes CIS Benchmarking Tool : Day 17 of 50 days DevOps Tools Series
git clone https://github.com/aquasecurity/kube-bench.git cd kube-bench
-
26 Top Kubernetes Tools
kube-bench is an automated tool that scans your cluster to check it meets security best practices. The checks are configured as YAML files, which allow you to easily customize tests and add new ones. The default ruleset is based on the Kubernetes CIS Benchmark standard.
-
Cloud Security and Resilience: DevSecOps Tools and Practices
2. Kubebench: https://github.com/aquasecurity/kube-bench Kubebench is an open-source tool that checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark.
-
Evaluating and securing your Kubernetes infrastructure with kube-bench
However, no matter how well our applications are secured, the security of our entire IT environment ultimately depends on the security of our infrastructure. Therefore, in the lab to follow, we will shift our focus away from Kubernetes workloads and instead explore how we can evaluate and improve upon the security of our Kubernetes clusters with kube-bench, the industry-leading Kubernetes benchmarking solution developed by Aqua.
-
Kube-bench and Popeye: A Power Duo for AKS Security Compliance
The official repository can be found here with detailed installation instructions.
-
Quickstart - Aqua Security Kube-Bench
curl -L [https://github.com/aquasecurity/kube-bench/releases/download/v0.6.10/kube-bench_0.6.10_linux_amd64.deb](https://github.com/aquasecurity/kube-bench/releases/download/v0.6.2/kube-bench_0.6.2_linux_amd64.deb) -o kube-bench_0.6.10_linux_amd64.deb
- Looking for Tips on Open Sourcing a kubernetes security tool
-
Kubernetes Security: 10 Best Practices from the Industry and Community
I haven't used Kubernetes for a while, but shouldn't kube-bench (1) be enough? Do you have to check anything manually?
(1) https://github.com/aquasecurity/kube-bench
-
Implement DevSecOps to Secure your CI/CD pipeline
kube-bench checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark. We can deploy kube-bench as a Job that runs daily and consume its report in CI/CD to pass or fail the pipeline based on the level of severity.
What are some alternatives?
When comparing docker-bench-security and kube-bench you can also consider the following projects:
gosec - Go security checker
trivy - Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
hadolint - Dockerfile linter, validate inline bash, written in Haskell
kube-hunter - Hunt for security weaknesses in Kubernetes clusters
anchore-engine - A service that analyzes docker images and scans for vulnerabilities
kubesec - Security risk analysis for Kubernetes resources