From 82b7eca80a892cbdf4b9fd023e4a9e50d2133548 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Thu, 11 Nov 2021 14:00:33 +0100 Subject: [PATCH] Fix CIS LEVEL variable in check21 --- checks/check21 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check21 b/checks/check21 index d963acbb..968f6c19 100644 --- a/checks/check21 +++ b/checks/check21 @@ -14,7 +14,7 @@ CHECK_ID_check21="2.1" CHECK_TITLE_check21="[check21] Ensure CloudTrail is enabled in all regions" CHECK_SCORED_check21="SCORED" -CHECK_LEVEL_check21="LEVEL1" +CHECK_CIS_LEVEL_check21="LEVEL1" CHECK_SEVERITY_check21="High" CHECK_ASFF_TYPE_check21="Software and Configuration Checks/Industry and Regulatory Standards/CIS AWS Foundations Benchmark" CHECK_ASFF_RESOURCE_TYPE_check21="AwsCloudTrailTrail"