I've tried building the Dockerfile locally, and when attempting to run the following error is returned when the container starts [dumb-init] docker-bench-security.sh: No such file or directory.
Looking into the docker-bench-security.sh script, I can see that it has been updated to use /bin/bash, and this isn't available within the base image FROM Alpine:3.13.
I've tried building the Dockerfile locally, and when attempting to run the following error is returned when the container starts [dumb-init] docker-bench-security.sh: No such file or directory.
Looking into the
docker-bench-security.sh
script, I can see that it has been updated to use/bin/bash
, and this isn't available within the base imageFROM Alpine:3.13
.Steps to Replicate
Output