用于审计 Docker 容器环境配置并强制执行安全策略的自动化工具与框架。
This project is a security compliance tool and configuration auditor designed to evaluate Docker deployments against industry security benchmarks. It functions as a script-based scanner that identifies misconfigurations and vulnerabilities within both the host operating system and container settings. The tool specifically implements the Center for Internet Security standards for Docker to verify host and container configurations. It enables a hardening workflow by comparing system states against these standards to identify security gaps and document compliance status. The audit engine suppor
docker/docker-bench-security is a script-based auditor that checks Docker and host configurations against the CIS Docker benchmark, making it a strong fit for compliance checking but not covering runtime monitoring or image vulnerability scanning.
KubeArmor is a runtime security enforcement system designed to protect containerized workloads and host infrastructure by restricting unauthorized process, file, and network activity. It operates by deploying lightweight agents across nodes that utilize kernel-level interception and Linux Security Modules to monitor and block system operations in real time. By mapping these enforcement actions to specific container and pod identities, the platform maintains granular access control within multi-tenant environments. The project distinguishes itself through a declarative policy orchestration fra
Kubearmor is a runtime security enforcement system that hardens container workloads using LSMs like AppArmor and supports least-permissive policies, which directly addresses runtime protection and security profile enforcement, though it lacks image vulnerability scanning and CIS benchmark auditing.