From e4d9bd155657138972138378b5c40106ed017bb0 Mon Sep 17 00:00:00 2001 From: Razvan Stoica Date: Wed, 14 Apr 2021 11:17:22 +0300 Subject: [PATCH] Set remediationImpact for 5.31 test to None. --- tests/5_container_runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/5_container_runtime.sh b/tests/5_container_runtime.sh index f906a77..50eecc5 100644 --- a/tests/5_container_runtime.sh +++ b/tests/5_container_runtime.sh @@ -1151,7 +1151,7 @@ check_5_31() { local id="5.31" local desc="Ensure that the Docker socket is not mounted inside any containers (Scored)" local remediation="You should ensure that no containers mount docker.sock as a volume." - local remediationImpact="If you really, really have to do this, you should use user namespaces and always ensure that the images you run with this configuration are properly audited and that you trust them in order to avoid potential breaches." + local remediationImpact="None." local check="$id - $desc" starttestjson "$id" "$desc"