From 21f817b0875069a1297b683e5252deca83f88b4e Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Wed, 24 Mar 2021 12:30:59 +0100 Subject: [PATCH] Removed textInfo extra information on extra712 --- checks/check_extra712 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra712 b/checks/check_extra712 index 39e0e3c2..73233eb7 100644 --- a/checks/check_extra712 +++ b/checks/check_extra712 @@ -20,8 +20,8 @@ CHECK_ASFF_RESOURCE_TYPE_extra712="AwsMacieSession" CHECK_SERVICENAME_extra712="macie" extra712(){ - textInfo "No API commands available to check if Macie is enabled," - textInfo "just looking if IAM Macie related permissions exist. " +# textInfo "No API commands available to check if Macie is enabled," +# textInfo "just looking if IAM Macie related permissions exist. " MACIE_IAM_ROLES_CREATED=$($AWSCLI iam list-roles $PROFILE_OPT --query 'Roles[*].Arn'|grep AWSMacieServiceCustomer|wc -l) if [[ $MACIE_IAM_ROLES_CREATED -eq 2 ]];then textPass "Macie related IAM roles exist so it might be enabled. Check it out manually"