Updated README.md

Signed-off-by: Yoshiaki Yoshida <y.yoshida22@gmail.com>
This commit is contained in:
kakakakakku 2019-01-17 20:25:27 +09:00
parent b1bbe07902
commit c560b044e4
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@ version 1.13.0 or later.
-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
-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

View file

@ -46,7 +46,7 @@ usage () {
-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
-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
}