From 530dd6068ac46737bb7765113b2a3702469d2b2b Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Dec 2021 15:37:08 -0500 Subject: [PATCH] re-enable security scan --- 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 +}