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 }