From e236bcecf5bad77d409b4b765d7670f9cc6b4adb Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Mon, 3 Feb 2025 17:36:46 +0100 Subject: [PATCH] fix(cis_1.5_aws): add checks to needed reqs (#6797) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pedro Martín --- prowler/compliance/aws/cis_1.5_aws.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prowler/compliance/aws/cis_1.5_aws.json b/prowler/compliance/aws/cis_1.5_aws.json index 6d5283b81c..90ca3742e4 100644 --- a/prowler/compliance/aws/cis_1.5_aws.json +++ b/prowler/compliance/aws/cis_1.5_aws.json @@ -584,7 +584,8 @@ "Id": "2.3.1", "Description": "Ensure that encryption is enabled for RDS Instances", "Checks": [ - "rds_instance_storage_encrypted" + "rds_instance_storage_encrypted", + "rds_instance_transport_encrypted" ], "Attributes": [ {