mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-02-23 16:36:39 +01:00
space
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
5bf4f824a4
commit
dac6a62ba1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ logit "\n"
|
|||
info "2 - Docker daemon configuration"
|
||||
|
||||
# 2.1
|
||||
check_2_1="2.1 - Ensure network traffic is restricted between containers on the default bridge"
|
||||
check_2_1="2.1 - Ensure network traffic is restricted between containers on the default bridge"
|
||||
if get_docker_effective_command_line_args '--icc' | grep false >/dev/null 2>&1; then
|
||||
pass "$check_2_1"
|
||||
elif get_docker_configuration_file_args 'icc' | grep "false" >/dev/null 2>&1; then
|
||||
|
|
Loading…
Reference in a new issue