gitextract__ccq7ioz/ ├── .dockerignore ├── .github/ │ └── workflows/ │ ├── issues.yml │ └── slsa.yml ├── .gitignore ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── Dockerfile ├── LICENSE.md ├── MAINTAINERS ├── README.md ├── Vagrantfile ├── docker-bench-security.sh ├── docker-compose.yml ├── functions/ │ ├── functions_lib.sh │ ├── helper_lib.sh │ └── output_lib.sh └── tests/ ├── 1_host_configuration.sh ├── 2_docker_daemon_configuration.sh ├── 3_docker_daemon_configuration_files.sh ├── 4_container_images.sh ├── 5_container_runtime.sh ├── 6_docker_security_operations.sh ├── 7_docker_swarm_configuration.sh ├── 8_docker_enterprise_configuration.sh └── 99_community_checks.sh