mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +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"
|
logjson "5.29" "PASS"
|
||||||
currentScore=$((currentScore + 1))
|
currentScore=$((currentScore + 1))
|
||||||
else
|
else
|
||||||
currentScore=$((currentScore - 1))
|
currentScore=$((currentScore + 0))
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue