Closed aschmidt75 closed 6 years ago
controls/container_images.rb uses docker history to inspect commands, which truncates tabular output with a UTF-8 dash, which might lead to character encoding issues (https://github.com/dev-sec/cis-docker-benchmark/issues/51).
controls/container_images.rb
docker history
--no-trunc option to docker history mitigates this while preserving check functionality.
--no-trunc
controls/container_images.rb
usesdocker history
to inspect commands, which truncates tabular output with a UTF-8 dash, which might lead to character encoding issues (https://github.com/dev-sec/cis-docker-benchmark/issues/51).--no-trunc
option todocker history
mitigates this while preserving check functionality.