Skip to content

Commit

Permalink
Set remediationImpact for 5.31 test to None.
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanstoica89 committed Apr 14, 2021
1 parent 15aa1ee commit e4d9bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/5_container_runtime.sh
Expand Up @@ -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"

Expand Down

0 comments on commit e4d9bd1

Please sign in to comment.