mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-09-18 14:47:14 +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
|
@ -471,7 +471,7 @@ check_3_18() {
|
|||
info "$check_3_18"
|
||||
info " * File not found"
|
||||
logjson "3.18" "INFO"
|
||||
currentScore=$((currentScore - 0))
|
||||
currentScore=$((currentScore + 0))
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue