mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-07-27 21:09:11 +00:00
#182 messages and syntax
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
200152dff1
commit
6a2176b34e
3 changed files with 10 additions and 10 deletions
|
@ -625,7 +625,7 @@ else
|
|||
fail=1
|
||||
fi
|
||||
for c in $docker0Containers; do
|
||||
warn " * container in docker0 network: $c"
|
||||
warn " * Container in docker0 network: $c"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
@ -669,10 +669,10 @@ else
|
|||
# If it's the first container, fail the test
|
||||
if [ $fail -eq 0 ]; then
|
||||
warn "$check_5_31"
|
||||
warn " * Docker sock shared: $c"
|
||||
warn " * Docker socket shared: $c"
|
||||
fail=1
|
||||
else
|
||||
warn " * Docekr sock shared: $c"
|
||||
warn " * Docker socket shared: $c"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue