mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
update function names
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
7110df800b
commit
adb6a42c4a
1 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,7 @@ host_configuration() {
|
||||||
check_1_1
|
check_1_1
|
||||||
check_1_1_1
|
check_1_1_1
|
||||||
check_1_1_2
|
check_1_1_2
|
||||||
|
check_1_1_end
|
||||||
check_1_2
|
check_1_2
|
||||||
check_1_2_1
|
check_1_2_1
|
||||||
check_1_2_2
|
check_1_2_2
|
||||||
|
@ -18,6 +19,7 @@ host_configuration() {
|
||||||
check_1_2_10
|
check_1_2_10
|
||||||
check_1_2_11
|
check_1_2_11
|
||||||
check_1_2_12
|
check_1_2_12
|
||||||
|
check_1_2_end
|
||||||
check_1_end
|
check_1_end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -145,6 +147,15 @@ docker_swarm_configuration() {
|
||||||
check_7_end
|
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() {
|
community_checks() {
|
||||||
check_c
|
check_c
|
||||||
check_c_1
|
check_c_1
|
||||||
|
@ -161,6 +172,7 @@ cis() {
|
||||||
container_runtime
|
container_runtime
|
||||||
docker_security_operations
|
docker_security_operations
|
||||||
docker_swarm_configuration
|
docker_swarm_configuration
|
||||||
|
docker_enterprise_configuration
|
||||||
}
|
}
|
||||||
|
|
||||||
# Community contributed
|
# Community contributed
|
||||||
|
|
Loading…
Reference in a new issue