Merge pull request #135 from konstruktoid/cis_1.11_4

update chap 4 to cis 1.11
This commit is contained in:
Thomas Sjögren 2016-04-14 23:16:32 +02:00
commit e849844bc6

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