From 7e89ea067debd209eede60e0ac9fdfa012aa68f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Fernandes?= Date: Thu, 11 Nov 2021 19:45:33 +0000 Subject: [PATCH] Fix typo in check_4_11 Fix the text description for check_4_11 . --- tests/4_container_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/4_container_images.sh b/tests/4_container_images.sh index a67d94f..ad8b7a6 100644 --- a/tests/4_container_images.sh +++ b/tests/4_container_images.sh @@ -233,7 +233,7 @@ check_4_10() { check_4_11() { local id="4.11" - local desc="Ensure only verified packages are are installed (Manual)" + local desc="Ensure only verified packages are installed (Manual)" local remediation="You should use a secure package distribution mechanism of your choice to ensure the authenticity of software packages." local remediationImpact="None." local check="$id - $desc"