diff --git a/README.md b/README.md index e60517f..afe1027 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ version 1.13.0 or later. ```sh -b optional Do not print colors -h optional Print this help message - -l FILE optional Log output in FILE + -l FILE optional Log output in FILE inside docker bench container -c CHECK optional Comma delimited list of specific check(s) -e CHECK optional Comma delimited list of specific check(s) to exclude -i INCLUDE optional Comma delimited list of patterns within a container or image name to check @@ -91,7 +91,7 @@ version 1.13.0 or later. ``` By default the Docker Bench for Security script will run all available CIS tests -and produce logs in the current directory named `docker-bench-security.sh.log.json` +and produce logs in the current directory inside the container, named `docker-bench-security.sh.log.json` and `docker-bench-security.sh.log`. The CIS based checks are named `check_
_`, e.g. `check_2_6` and community contributed checks are named `check_c_`.