Docker Bench is a script that checks for dozens of common best-practices around deploying Docker containers in production.
Pros
- Automated security checks for Docker deployments
- Easy to integrate into CI/CD pipelines
Cons
- Focused on Docker security specifically
- Requires some knowledge of Docker