mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Merge pull request #188 from ahhh/patch-1
Update prowler output text for extra717
This commit is contained in:
4
prowler
4
prowler
@@ -2005,7 +2005,7 @@ extra717(){
|
|||||||
if [[ $CHECK_ELBS_LOG_ENABLED ]]; then
|
if [[ $CHECK_ELBS_LOG_ENABLED ]]; then
|
||||||
textOK "$regx: $elb has access logs to S3 configured" "$regx"
|
textOK "$regx: $elb has access logs to S3 configured" "$regx"
|
||||||
else
|
else
|
||||||
textWarn "$regx: $elb has not access logs configured" "$regx"
|
textWarn "$regx: $elb has not configured access logs" "$regx"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
@@ -2016,7 +2016,7 @@ extra717(){
|
|||||||
if [[ $CHECK_ELBSV2_LOG_ENABLED ]]; then
|
if [[ $CHECK_ELBSV2_LOG_ENABLED ]]; then
|
||||||
textOK "$regx: $ELBV2_NAME has access logs to S3 configured" "$regx"
|
textOK "$regx: $ELBV2_NAME has access logs to S3 configured" "$regx"
|
||||||
else
|
else
|
||||||
textWarn "$regx: $ELBV2_NAME has not access logs configured" "$regx"
|
textWarn "$regx: $ELBV2_NAME has not configured access logs" "$regx"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user