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 }