From 85117ea1a240a216534d415a14817f2474dfb39e Mon Sep 17 00:00:00 2001 From: Razvan Stoica Date: Thu, 11 Mar 2021 08:30:01 +0200 Subject: [PATCH] Improve wording --- tests/2_docker_daemon_configuration.sh | 2 +- tests/4_container_images.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/2_docker_daemon_configuration.sh b/tests/2_docker_daemon_configuration.sh index 7836002..89fe6fe 100644 --- a/tests/2_docker_daemon_configuration.sh +++ b/tests/2_docker_daemon_configuration.sh @@ -13,7 +13,7 @@ check_2() { check_2_1() { local id="2.1" local desc="Ensure network traffic is restricted between containers on the default bridge (Scored)" - local remediation="Edit the Docker daemon configuration file to ensure that inter-container communication is disabled: \"icc\": false" + local remediation="Edit the Docker daemon configuration file to ensure that inter-container communication is disabled: \"icc\": false." local remediationImpact="Inter-container communication is disabled on the default network bridge. If any communication between containers on the same host is desired, it needs to be explicitly defined using container linking or custom networks." local check="$id - $desc" starttestjson "$id" "$desc" diff --git a/tests/4_container_images.sh b/tests/4_container_images.sh index beb4418..ce6696c 100644 --- a/tests/4_container_images.sh +++ b/tests/4_container_images.sh @@ -104,7 +104,7 @@ check_4_4() { check_4_5() { local id="4.5" local desc="Ensure Content trust for Docker is Enabled (Scored)" - local remediation="Add \"DOCKER_CONTENT_TRUST\" variable to the \"/etc/environment\" file using command \"echo \"DOCKER_CONTENT_TRUST=1\" | sudo tee -a /etc/environment\"." + local remediation="Add DOCKER_CONTENT_TRUST variable to the /etc/environment file using command echo \"DOCKER_CONTENT_TRUST=1\" | sudo tee -a /etc/environment." local remediationImpact="This prevents users from working with tagged images unless they contain a signature." local check="$id - $desc" starttestjson "$id" "$desc"