mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Merge pull request #322 from konstruktoid/ISSUE316
dont decrease 5.29 #316
This commit is contained in:
commit
dbe0ada203
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