Added ENV to output when credentials are env variables

This commit is contained in:
Toni de la Fuente
2020-05-19 15:06:57 +02:00
parent c7ed6a6693
commit 2b336d08de

View File

@@ -21,6 +21,10 @@ EXTENSION_HTML="html" # not implemented yet, use ansi2html as in documentation
OUTPUT_DATE=$(date -u +"%Y%m%d%H%M%S")
OUTPUT_FILE_NAME="prowler-output-${ACCOUNT_NUM}-${OUTPUT_DATE}"
if [[ $PROFILE == "" ]];then
PROFILE="ENV"
fi
textPass(){
if [[ "$QUIET" == 1 ]]; then
return