fix: set docker-bench-security to sh

- Set script to execute with sh rather than bash
- Set CMD Dockerfile to use /bin/sh
This commit is contained in:
Lewis Denham-Parry 2021-07-06 17:57:57 +01:00
parent c6256295fc
commit e31e7aa0ae
No known key found for this signature in database
GPG key ID: F5CD045406F39078

View file

@ -15,5 +15,5 @@ HEALTHCHECK CMD exit 0
WORKDIR /usr/local/bin WORKDIR /usr/local/bin
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ] ENTRYPOINT [ "/usr/bin/dumb-init", "/bin/sh", "docker-bench-security.sh" ]
CMD [""] CMD [""]