mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-08-12 04:09:12 +00:00
formating
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
d7f1d9753a
commit
17c6262d2f
3 changed files with 27 additions and 28 deletions
|
@ -12,7 +12,7 @@ check_5() {
|
|||
check_running_containers() {
|
||||
# If containers is empty, there are no running containers
|
||||
if [ -z "$containers" ]; then
|
||||
info " * No containers running, skipping Section 5"
|
||||
info " * No containers running, skipping Section 5"
|
||||
running_containers=0
|
||||
else
|
||||
running_containers=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue