diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 08e59b6..7e69de0 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -9,6 +9,10 @@ version='1.3.4' +# Load dependencies +. ./functions_lib.sh +. ./helper_lib.sh + # Setup the paths this_path=$(abspath "$0") ## Path of this file including filename myname=$(basename "${this_path}") ## file name of this script. @@ -66,9 +70,7 @@ if [ -z "$logger" ]; then logger="${myname}.log" fi -# Load dependencies -. ./functions_lib.sh -. ./helper_lib.sh +# Load output formating . ./output_lib.sh yell_info