mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
pass 7.7
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
125eaf90cd
commit
5bf4f824a4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ check_7_7="7.7 - Ensure swarm manager auto-lock key is rotated periodically"
|
|||
if docker info 2>/dev/null | grep -e "Swarm:\s*active\s*" >/dev/null 2>&1; then
|
||||
note "$check_7_7"
|
||||
else
|
||||
pass "$check_7_8 (Swarm mode not enabled)"
|
||||
pass "$check_7_7 (Swarm mode not enabled)"
|
||||
fi
|
||||
|
||||
# 7.8
|
||||
|
|
Loading…
Reference in a new issue