mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Updated infoReferenceLong() text and moved the function call
This commit is contained in:
15
prowler
15
prowler
@@ -428,10 +428,13 @@ REGIONS=$($AWSCLI ec2 describe-regions --query 'Regions[].RegionName' \
|
|||||||
|
|
||||||
infoReferenceLong(){
|
infoReferenceLong(){
|
||||||
# Report review note:
|
# Report review note:
|
||||||
textNotice "For more information:"
|
echo -e ""
|
||||||
textNotice "https://benchmarks.cisecurity.org/tools2/amazon/CIS_Amazon_Web_Services_Foundations_Benchmark_v1.1.0.pdf"
|
echo -e "For more information on the Prowler, feedback and issue reporting:"
|
||||||
textNotice "For bugs or feedback:"
|
echo -e "https://github.com/Alfresco/prowler"
|
||||||
textNotice "https://github.com/Alfresco/aws-cis-security-benchmark/issues"
|
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
|
if [[ $MODE != "csv" ]]; then
|
||||||
prowlerBanner
|
prowlerBanner
|
||||||
printCurrentDate
|
printCurrentDate
|
||||||
|
infoReferenceLong
|
||||||
printColorsCode
|
printColorsCode
|
||||||
fi
|
fi
|
||||||
getWhoami
|
getWhoami
|
||||||
@@ -1662,7 +1666,4 @@ extra71
|
|||||||
extra72
|
extra72
|
||||||
extra73
|
extra73
|
||||||
|
|
||||||
if [[ $MODE != "csv" ]]; then
|
|
||||||
infoReferenceLong
|
|
||||||
fi
|
|
||||||
cleanTemp
|
cleanTemp
|
||||||
|
|||||||
Reference in New Issue
Block a user