From 0679fe43e8a1a86aff5f786bb65b52106096d234 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Wed, 12 Oct 2016 16:41:55 -0400 Subject: [PATCH] Improved output for check28 --- prowler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler b/prowler index dc25ffee..6e872bcb 100755 --- a/prowler +++ b/prowler @@ -587,7 +587,7 @@ check28(){ for key in $CHECK_KMS_KEYLIST; do CHECK_KMS_KEY_ROTATION=$($AWSCLI kms get-key-rotation-status --key-id $key --profile $PROFILE --region $regx --output text) if [[ $CHECK_KMS_KEY_ROTATION == "True" ]];then - echo -e " $OK OK $NORMAL, Key $key in Region $regx is set correctly" + echo -e " $OK OK, Key $key in Region $regx is set correctly$NORMAL" else echo -e " $RED WARNING! Key $key in Region $regx is not set to rotate or Default KMS Key In Use!!$NORMAL" fi