mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-08-21 17:08:51 +00:00
ignore section 8 if community edition
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
a785c02c59
commit
d7f1d9753a
2 changed files with 26 additions and 9 deletions
|
@ -149,9 +149,18 @@ docker_swarm_configuration() {
|
|||
|
||||
docker_enterprise_configuration() {
|
||||
check_8
|
||||
check_product_license
|
||||
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_1_end
|
||||
check_8_2
|
||||
check_8_2_1
|
||||
check_8_2_end
|
||||
check_8_end
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue