docker / docker-bench-security

The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
Apache License 2.0
9.18k stars 1.02k forks source link

fix: allow get_docker_configuration_file_args to parse minified json #525

Closed brsolomon-deloitte closed 1 year ago

brsolomon-deloitte commented 1 year ago

Closes #524.

brsolomon-deloitte commented 1 year ago

I commited the deadly sin of piping cat to something here, but could not figure out how to use stdin redirection with that tr.

konstruktoid commented 1 year ago

Thanks @brsolomon-deloitte!