mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Updated README.md
Signed-off-by: Yoshiaki Yoshida <y.yoshida22@gmail.com>
This commit is contained in:
parent
b1bbe07902
commit
c560b044e4
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ version 1.13.0 or later.
|
||||||
-e CHECK optional Comma delimited list of specific check(s) to exclude
|
-e CHECK optional Comma delimited list of specific check(s) to exclude
|
||||||
-i INCLUDE optional Comma delimited list of patterns within a container name to check
|
-i INCLUDE optional Comma delimited list of patterns within a container name to check
|
||||||
-x EXCLUDE optional Comma delimited list of patterns within a container name to exclude from check
|
-x EXCLUDE optional Comma delimited list of patterns within a container name to exclude from check
|
||||||
|
-t TARGET optional Comma delimited list of images name to check
|
||||||
```
|
```
|
||||||
|
|
||||||
By default the Docker Bench for Security script will run all available CIS tests
|
By default the Docker Bench for Security script will run all available CIS tests
|
||||||
|
|
|
@ -46,7 +46,7 @@ usage () {
|
||||||
-e CHECK optional Comma delimited list of specific check(s) to exclude
|
-e CHECK optional Comma delimited list of specific check(s) to exclude
|
||||||
-i INCLUDE optional Comma delimited list of patterns within a container name to check
|
-i INCLUDE optional Comma delimited list of patterns within a container name to check
|
||||||
-x EXCLUDE optional Comma delimited list of patterns within a container name to exclude from check
|
-x EXCLUDE optional Comma delimited list of patterns within a container name to exclude from check
|
||||||
-t TARGET optional Comma delimited list of images name to check.
|
-t TARGET optional Comma delimited list of images name to check
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue