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