From 08a7b09d4daaa3dd672ba073a5e9d2e0d0769643 Mon Sep 17 00:00:00 2001 From: aagot <78735418+aagot@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:38:02 +0200 Subject: [PATCH] Update 2_docker_daemon_configuration.sh --- tests/2_docker_daemon_configuration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/2_docker_daemon_configuration.sh b/tests/2_docker_daemon_configuration.sh index c69e44e..27b5e3e 100644 --- a/tests/2_docker_daemon_configuration.sh +++ b/tests/2_docker_daemon_configuration.sh @@ -397,11 +397,11 @@ check_2_17() { logcheckresult "INFO" } -check_2_16() { +check_2_18() { docker_version=$(docker version | grep -i -A2 '^server' | grep ' Version:' \ | awk '{print $NF; exit}' | tr -d '[:alpha:]-,.' | cut -c 1-4) - local id="2.16" + local id="2.18" local desc="Ensure that experimental features are not implemented in production (Scored)" local remediation="You should not pass --experimental as a runtime parameter to the Docker daemon on production systems." local remediationImpact="None."