mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-11-27 12:49:45 +00:00
feat: all mixes of include and excludes are now supported
Signed-off-by: wilmardo <info@wilmardenouden.nl>
This commit is contained in:
parent
f1c4dc4cd6
commit
155c739fc9
2 changed files with 45 additions and 23 deletions
|
|
@ -71,6 +71,13 @@ will only run check `2.2 Ensure the logging level is set to 'info'`.
|
|||
`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -e check_2_2`
|
||||
will run all available checks except `2.2 Ensure the logging level is set to 'info'`.
|
||||
|
||||
`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -e docker_enterprise_configuration`
|
||||
will run all available checks except the docker_enterprise_configuration group
|
||||
|
||||
`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -e docker_enterprise_configuration,check_2_2`
|
||||
will run all available checks except the docker_enterprise_configuration group
|
||||
and `2.2 Ensure the logging level is set to 'info'`
|
||||
|
||||
`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -c container_images -e check_4_5`
|
||||
will run just the container_images checks except `4.5 Ensure Content trust for Docker is Enabled`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue