diff --git a/README.md b/README.md index 52bad84..8d0d68e 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,12 @@ version 1.13.0 or later. ### Docker Bench for Security options ```sh + -b optional Do not print colors -h optional Print this help message -l FILE optional Log output in FILE -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 name to check -x EXCLUDE optional Comma delimited list of patterns within a container name to exclude from check ``` diff --git a/docker-bench-security.sh b/docker-bench-security.sh index d50aaa2..08e59b6 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -9,11 +9,6 @@ version='1.3.4' -# Load dependencies -. ./functions_lib.sh -. ./helper_lib.sh -. ./output_lib.sh - # Setup the paths this_path=$(abspath "$0") ## Path of this file including filename myname=$(basename "${this_path}") ## file name of this script. @@ -40,6 +35,7 @@ usage () { cat <