From 072828512a34433a9229daf022dc5b009dadf8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Mon, 3 Feb 2025 16:32:20 +0100 Subject: [PATCH] fix(cis_1.5_aws): add checks to needed reqs (#6695) Co-authored-by: Sergio Garcia --- 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": [ {