mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Add new check groups
This commit is contained in:
parent
11886d47d8
commit
bf11d68522
1 changed files with 46 additions and 0 deletions
|
@ -41,6 +41,32 @@ host_configuration_level1() {
|
||||||
check_1_end
|
check_1_end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host_general_configuration() {
|
||||||
|
check_1
|
||||||
|
check_1_1
|
||||||
|
check_1_1_1
|
||||||
|
check_1_1_2
|
||||||
|
check_1_end
|
||||||
|
}
|
||||||
|
|
||||||
|
linux_hosts_specific_configuration() {
|
||||||
|
check_1
|
||||||
|
check_1_2
|
||||||
|
check_1_2_1
|
||||||
|
check_1_2_2
|
||||||
|
check_1_2_3
|
||||||
|
check_1_2_4
|
||||||
|
check_1_2_5
|
||||||
|
check_1_2_6
|
||||||
|
check_1_2_7
|
||||||
|
check_1_2_8
|
||||||
|
check_1_2_9
|
||||||
|
check_1_2_10
|
||||||
|
check_1_2_11
|
||||||
|
check_1_2_12
|
||||||
|
check_1_end
|
||||||
|
}
|
||||||
|
|
||||||
docker_daemon_configuration() {
|
docker_daemon_configuration() {
|
||||||
check_2
|
check_2
|
||||||
check_2_1
|
check_2_1
|
||||||
|
@ -303,6 +329,26 @@ docker_enterprise_configuration_level1() {
|
||||||
check_8_end
|
check_8_end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
universal_control_plane_configuration() {
|
||||||
|
check_8
|
||||||
|
check_8_1
|
||||||
|
check_8_1_1
|
||||||
|
check_8_1_2
|
||||||
|
check_8_1_3
|
||||||
|
check_8_1_4
|
||||||
|
check_8_1_5
|
||||||
|
check_8_1_6
|
||||||
|
check_8_1_7
|
||||||
|
check_8_end
|
||||||
|
}
|
||||||
|
|
||||||
|
docker_trusted_registry_configuration() {
|
||||||
|
check_8
|
||||||
|
check_8_2
|
||||||
|
check_8_2_1
|
||||||
|
check_8_end
|
||||||
|
}
|
||||||
|
|
||||||
community_checks() {
|
community_checks() {
|
||||||
check_c
|
check_c
|
||||||
check_c_1
|
check_c_1
|
||||||
|
|
Loading…
Reference in a new issue