mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Merge pull request #364 from konstruktoid/ISSUE362
INFO shouldnt increase score #362
This commit is contained in:
commit
f01acac650
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ check_4_9() {
|
|||
if [ $fail -eq 0 ]; then
|
||||
pass "$check_4_9"
|
||||
resulttestjson "PASS"
|
||||
currentScore=$((currentScore + 1))
|
||||
currentScore=$((currentScore + 0))
|
||||
else
|
||||
resulttestjson "INFO" "Images using ADD" "$add_images"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue