mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
commit
c92e8a142e
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ fi
|
||||||
|
|
||||||
# 2.21
|
# 2.21
|
||||||
check_2_21="2.21 - Avoid experimental features in production"
|
check_2_21="2.21 - Avoid experimental features in production"
|
||||||
if docker info 2>/dev/null | grep -e "^Live Restore Enabled:\s*false\s*$" >/dev/null 2>&1; then
|
if docker info 2>/dev/null | grep -e "Experimental:\s*false*" 2>/dev/null 1>&2; then
|
||||||
pass "$check_2_21"
|
pass "$check_2_21"
|
||||||
else
|
else
|
||||||
warn "$check_2_21"
|
warn "$check_2_21"
|
||||||
|
|
Loading…
Reference in a new issue