From afb914f9d7f7772b9ea06c4c4b4b9075e87b5f46 Mon Sep 17 00:00:00 2001 From: Hemed Gur-Ary Date: Tue, 22 Aug 2017 00:19:49 +0300 Subject: [PATCH] Updated infoReferenceLong() text and moved the function call --- prowler | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/prowler b/prowler index 0fde9081..392fa994 100755 --- a/prowler +++ b/prowler @@ -428,10 +428,13 @@ REGIONS=$($AWSCLI ec2 describe-regions --query 'Regions[].RegionName' \ infoReferenceLong(){ # Report review note: - textNotice "For more information:" - textNotice "https://benchmarks.cisecurity.org/tools2/amazon/CIS_Amazon_Web_Services_Foundations_Benchmark_v1.1.0.pdf" - textNotice "For bugs or feedback:" - textNotice "https://github.com/Alfresco/aws-cis-security-benchmark/issues" + echo -e "" + echo -e "For more information on the Prowler, feedback and issue reporting:" + echo -e "https://github.com/Alfresco/prowler" + echo -e "" + echo -e "For more information on the CIS benchmark:" + echo -e "https://benchmarks.cisecurity.org/tools2/amazon/CIS_Amazon_Web_Services_Foundations_Benchmark_v1.1.0.pdf" + } @@ -1582,6 +1585,7 @@ callCheck(){ if [[ $MODE != "csv" ]]; then prowlerBanner printCurrentDate + infoReferenceLong printColorsCode fi getWhoami @@ -1662,7 +1666,4 @@ extra71 extra72 extra73 -if [[ $MODE != "csv" ]]; then - infoReferenceLong -fi cleanTemp