From 827fc8001f66a836fd5655e5e89cd8d6b6cc5f09 Mon Sep 17 00:00:00 2001
From: Christopher Rollo <christopherx.rollo@intel.com>
Date: Tue, 20 Feb 2018 14:43:21 -0800
Subject: [PATCH 1/2] increment score on successful docker version check 1.3

---
 tests/1_host_configuration.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh
index ce22dae..4346725 100644
--- a/tests/1_host_configuration.sh
+++ b/tests/1_host_configuration.sh
@@ -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
 }
 

From 590f5ef51851df2a6719ed5a3e19362b473420e6 Mon Sep 17 00:00:00 2001
From: Christopher Rollo <christopherx.rollo@intel.com>
Date: Tue, 20 Feb 2018 14:43:21 -0800
Subject: [PATCH 2/2] increment score on successful docker version check 1.3
 Signed-off-by: Christopher Rollo <rollo.intel@gmail.com>

---
 tests/1_host_configuration.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh
index ce22dae..4346725 100644
--- a/tests/1_host_configuration.sh
+++ b/tests/1_host_configuration.sh
@@ -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
 }