mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
Update check_extra712
This commit is contained in:
committed by
GitHub
parent
b42cc33a6c
commit
86ea46d77c
@@ -25,9 +25,9 @@ extra712(){
|
|||||||
if [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_SUPPORTED}* ]];then
|
if [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_SUPPORTED}* ]];then
|
||||||
textInfo "Macie is not supported in the $regx AWS Regions"
|
textInfo "Macie is not supported in the $regx AWS Regions"
|
||||||
elif [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_ENABLED}* ]];then
|
elif [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_ENABLED}* ]];then
|
||||||
textFail "$regx: Amazon Macie is not enabled!"
|
textFail "$regx: Amazon Macie is not enabled!" "$regx"
|
||||||
else
|
else
|
||||||
textPass "$regx: Amazon Macie is enabled!"
|
textPass "$regx: Amazon Macie is enabled!" "$regx"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user