mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
increment score on successful docker version check 1.3
Signed-off-by: Christopher Rollo <rollo.intel@gmail.com>
This commit is contained in:
parent
44b82d53e2
commit
590f5ef518
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ check_1_3() {
|
|||
info " * Using $docker_version which is current"
|
||||
info " * Check with your operating system vendor for support and security maintenance for Docker"
|
||||
logjson "1.3" "PASS"
|
||||
currentScore=$((currentScore - 0))
|
||||
currentScore=$((currentScore + 1))
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue