update function names

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2019-08-27 16:11:55 +02:00
parent 7110df800b
commit adb6a42c4a

View file

@ -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