Closed denhamparry closed 3 years ago
Thanks for this PR @denhamparry, I forgot to fix the Alpine Dockerfile when changing to bash
.
My suggested change is instead:
ENTRYPOINT [ "/usr/bin/dumb-init", "/bin/sh", "docker-bench-security.sh" ]
Thanks for the review @konstruktoid :smile: I agree your suggestion is better and have tested it locally and it fixes the issue.
Updated the PR accordingly :+1:
Thanks for the update @denhamparry