mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-07-27 21:09:11 +00:00
consistent currentScore
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
ebfb20c65f
commit
78700f2600
3 changed files with 6 additions and 6 deletions
|
@ -165,7 +165,7 @@ check_2_6() {
|
|||
info "$check_2_6"
|
||||
info " * Docker daemon not listening on TCP"
|
||||
logjson "2.6" "INFO"
|
||||
currentScore=$((currentScore +0))
|
||||
currentScore=$((currentScore + 0))
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue