mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
dont decrease 5.29 #316
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
b408fb3e86
commit
f1137cd36a
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ check_5_29() {
|
|||
logjson "5.29" "PASS"
|
||||
currentScore=$((currentScore + 1))
|
||||
else
|
||||
currentScore=$((currentScore - 1))
|
||||
currentScore=$((currentScore + 0))
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue