From 11e821fad05a5699df713d904789366e00814afa Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Mar 2023 19:31:20 -0500 Subject: [PATCH] Update main.bats --- tests/main.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index c5910c52..15071e98 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -3,7 +3,7 @@ load ../common @test "010 Image is present and healthy" { - docker image inspect ${maintainer}/${imagename} + docker image inspect ${maintainer}/${imagename}:${tag} } @test "030 Test Compose the environment" { @@ -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}:${tag} #}