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 <