From 515c65090b0a1e93c426768cb71848aac0ad16dc Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Tue, 9 Oct 2018 12:38:08 -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 8a865bfe..973dc981 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} + ./tests/clairscan.sh ${maintainer}/${imagename}:${tag} }