mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
update sect 1 function names
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
28f16f0afd
commit
f2a7e6d6a6
1 changed files with 14 additions and 11 deletions
|
@ -3,18 +3,21 @@
|
|||
host_configuration() {
|
||||
check_1
|
||||
check_1_1
|
||||
check_1_1_1
|
||||
check_1_1_2
|
||||
check_1_2
|
||||
check_1_3
|
||||
check_1_4
|
||||
check_1_5
|
||||
check_1_6
|
||||
check_1_7
|
||||
check_1_8
|
||||
check_1_9
|
||||
check_1_10
|
||||
check_1_11
|
||||
check_1_12
|
||||
check_1_13
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue