Merge pull request #353 from kakakakakku/improve-readme

Updated README.md / Added -t option
This commit is contained in:
Thomas Sjögren 2019-01-17 15:24:00 +01:00 committed by GitHub
commit 2fb15f4b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}