From 68c8e53dac03e4762a7d4da826700a75ac1c9ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 7 Mar 2022 13:05:22 +0100 Subject: [PATCH] add 4.12 check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tests/4_container_images.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/4_container_images.sh b/tests/4_container_images.sh index ad8b7a6..dec0e27 100644 --- a/tests/4_container_images.sh +++ b/tests/4_container_images.sh @@ -243,6 +243,18 @@ check_4_11() { logcheckresult "NOTE" } +check_4_12() { + local id="4.12" + local desc="Ensure all signed artifacts are validated (Manual)" + local remediation="Validate artifacts signatures before uploading to the package registry." + local remediationImpact="None." + local check="$id - $desc" + starttestjson "$id" "$desc" + + note -c "$check" + logcheckresult "NOTE" +} + check_4_end() { endsectionjson }