mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Update remediation impact message for test 5.31
This commit is contained in:
parent
38ac7ef8d8
commit
15aa1eecd5
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ check_5_31() {
|
||||||
local id="5.31"
|
local id="5.31"
|
||||||
local desc="Ensure that the Docker socket is not mounted inside any containers (Scored)"
|
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 remediation="You should ensure that no containers mount docker.sock as a volume."
|
||||||
local remediationImpact="None."
|
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 check="$id - $desc"
|
local check="$id - $desc"
|
||||||
starttestjson "$id" "$desc"
|
starttestjson "$id" "$desc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue