From c544e417b04cf90a8b5ad62f868220ab00e940c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 14 Apr 2016 23:15:16 +0200 Subject: [PATCH] update chap 4 to cis 1.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tests/4_container_images.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/4_container_images.sh b/tests/4_container_images.sh index 6cf9f66..6439c31 100644 --- a/tests/4_container_images.sh +++ b/tests/4_container_images.sh @@ -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