From 118b2a6babb84f1868f83b4e864834bc29394547 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 9 Oct 2018 18:48:34 -0400 Subject: [PATCH] bugfix --- tests/main.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.bats b/tests/main.bats index c27f59c..6e9ee25 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -47,7 +47,7 @@ load ../common } @test "070 There are no known security vulnerabilities" { - ./tests/clairscan.sh ${maintainer}/${imagename} + ./tests/clairscan.sh ${maintainer}/${imagename}:latest }