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 1/2] 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" From a409e03d9902420451cb30a354199a7f6e2342a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Fernandes?= Date: Thu, 11 Nov 2021 19:54:20 +0000 Subject: [PATCH 2/2] Fix typo in check_5_21 --- tests/5_container_runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/5_container_runtime.sh b/tests/5_container_runtime.sh index e68e8a5..28e7bf0 100644 --- a/tests/5_container_runtime.sh +++ b/tests/5_container_runtime.sh @@ -854,7 +854,7 @@ check_5_21() { fi local id="5.21" - local desc="Ensurethe default seccomp profile is not Disabled (Automated)" + local desc="Ensure the default seccomp profile is not Disabled (Automated)" local remediation="By default, seccomp profiles are enabled. You do not need to do anything unless you want to modify and use a modified seccomp profile." local remediationImpact="With Docker 1.10 and greater, the default seccomp profile blocks syscalls, regardless of -- cap-add passed to the container." local check="$id - $desc"