From adb6a42c4a0c388fc49a2c022b66980ab1d86122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 27 Aug 2019 16:11:55 +0200 Subject: [PATCH] update function names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- functions_lib.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functions_lib.sh b/functions_lib.sh index 13ea1e7..aeab107 100644 --- a/functions_lib.sh +++ b/functions_lib.sh @@ -5,6 +5,7 @@ host_configuration() { check_1_1 check_1_1_1 check_1_1_2 + check_1_1_end check_1_2 check_1_2_1 check_1_2_2 @@ -18,6 +19,7 @@ host_configuration() { check_1_2_10 check_1_2_11 check_1_2_12 + check_1_2_end check_1_end } @@ -145,6 +147,15 @@ docker_swarm_configuration() { check_7_end } +docker_enterprise_configuration() { + check_8 + check_8_1 + check_8_1_end + check_8_2 + check_8_2_end + check_8_end +} + community_checks() { check_c check_c_1 @@ -161,6 +172,7 @@ cis() { container_runtime docker_security_operations docker_swarm_configuration + docker_enterprise_configuration } # Community contributed