Skip to content

Commit

Permalink
Merge pull request #364 from konstruktoid/ISSUE362
Browse files Browse the repository at this point in the history
INFO shouldnt increase score #362
  • Loading branch information
konstruktoid committed Mar 14, 2019
2 parents b802f55 + d942b12 commit f01acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/4_container_images.sh
Expand Up @@ -241,7 +241,7 @@ check_4_9() {
if [ $fail -eq 0 ]; then if [ $fail -eq 0 ]; then
pass "$check_4_9" pass "$check_4_9"
resulttestjson "PASS" resulttestjson "PASS"
currentScore=$((currentScore + 1)) currentScore=$((currentScore + 0))
else else
resulttestjson "INFO" "Images using ADD" "$add_images" resulttestjson "INFO" "Images using ADD" "$add_images"
fi fi
Expand Down

0 comments on commit f01acac

Please sign in to comment.