mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Remove -t parameter
Removed -t parameter Signed-off-by: Niall T <jammasterj89@gmail.com>
This commit is contained in:
parent
e1d26673ee
commit
ef206be6e0
1 changed files with 2 additions and 3 deletions
|
@ -56,9 +56,8 @@ version 1.13.0 or later.
|
||||||
-l FILE optional Log output in FILE
|
-l FILE optional Log output in FILE
|
||||||
-c CHECK optional Comma delimited list of specific check(s)
|
-c CHECK optional Comma delimited list of specific check(s)
|
||||||
-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 or image 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 or image 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
|
||||||
|
|
Loading…
Reference in a new issue