From d179cf7e4ccc253c793501d27a29d1f84298de71 Mon Sep 17 00:00:00 2001
From: Christopher Hubing <chubing@internet2.edu>
Date: Tue, 9 Oct 2018 13:09:10 -0400
Subject: [PATCH] Update main.bats

---
 tests/main.bats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/main.bats b/tests/main.bats
index 973dc981..9dc81676 100644
--- a/tests/main.bats
+++ b/tests/main.bats
@@ -12,5 +12,5 @@ load ../common
 
 
 @test "070 There are no known security vulnerabilities" {
-    ./tests/clairscan.sh ${maintainer}/${imagename}:${tag}
+    ./tests/clairscan.sh ${maintainer}/${imagename}:$latest
 }