From 004636368bf0e53457ff203ca1caf27f5a9af8bf Mon Sep 17 00:00:00 2001
From: Christopher Hubing <chubing@internet2.edu>
Date: Tue, 9 Oct 2018 13:41:05 -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 9dc81676..0c18d122 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}:$latest
+    ./tests/clairscan.sh ${maintainer}/${imagename}:latest
 }