From 669cb6f1a9c55dbe46007d41f917450744f9a5fc Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Thu, 25 Feb 2021 11:56:22 +0100 Subject: [PATCH] Added IAM to extra7100 title --- checks/check_extra7100 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra7100 b/checks/check_extra7100 index 07a32a6f..683cbc60 100644 --- a/checks/check_extra7100 +++ b/checks/check_extra7100 @@ -15,7 +15,7 @@ # specific language governing permissions and limitations under the License. CHECK_ID_extra7100="7.100" -CHECK_TITLE_extra7100="[extra7100] Ensure that no custom policies exist which allow permissive role assumption (e.g. sts:AssumeRole on *)" +CHECK_TITLE_extra7100="[extra7100] Ensure that no custom IAM policies exist which allow permissive role assumption (e.g. sts:AssumeRole on *)" CHECK_SCORED_extra7100="NOT_SCORED" CHECK_TYPE_extra7100="EXTRA" CHECK_SEVERITY_extra7100="Critical"