mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #353 from kakakakakku/improve-readme
Updated README.md / Added -t option
This commit is contained in:
commit
2fb15f4b6d
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
|
||||
-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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue