update chap 4 to cis 1.11

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2016-04-14 23:15:16 +02:00
parent f412732143
commit c544e417b0

View file

@ -37,3 +37,11 @@ else
fi
# Make the loop separator go back to space
set +f; unset IFS
# 4.5
check_4_5="4.5 - Enable Content trust for Docker"
if [ "x$DOCKER_CONTENT_TRUST" = "x1" ]; then
pass "$check_4_5"
else
warn "$check_4_5"
fi