From 4cd026cea4fb739749245e31b6edfb28ef7d2de6 Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Tue, 18 Feb 2020 09:28:34 -0500 Subject: [PATCH] Update main.bats --- tests/main.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index c5910c52..0c18d122 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -11,6 +11,6 @@ load ../common } -#@test "070 There are no known security vulnerabilities" { -# ./tests/clairscan.sh ${maintainer}/${imagename}:latest -#} +@test "070 There are no known security vulnerabilities" { + ./tests/clairscan.sh ${maintainer}/${imagename}:latest +}