From 5156376df6750864850a1911c15101f76e050d21 Mon Sep 17 00:00:00 2001 From: Dan Borges Date: Tue, 6 Mar 2018 09:58:12 -0800 Subject: [PATCH] Update prowler --- prowler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler b/prowler index c3dbee7fbe1..fffc0d8c46b 100755 --- a/prowler +++ b/prowler @@ -2005,7 +2005,7 @@ extra717(){ if [[ $CHECK_ELBS_LOG_ENABLED ]]; then textOK "$regx: $elb has access logs to S3 configured" "$regx" else - textWarn "$regx: $elb has not access logs configured" "$regx" + textWarn "$regx: $elb has not configured access logs" "$regx" fi done fi @@ -2016,7 +2016,7 @@ extra717(){ if [[ $CHECK_ELBSV2_LOG_ENABLED ]]; then textOK "$regx: $ELBV2_NAME has access logs to S3 configured" "$regx" else - textWarn "$regx: $ELBV2_NAME has not access logs configured" "$regx" + textWarn "$regx: $ELBV2_NAME has not configured access logs" "$regx" fi done fi