From a73ffe5642efe946440ab14af7d1c13d9f9dc9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Mon, 3 Feb 2025 16:32:10 +0100 Subject: [PATCH] fix(cis_1.4_aws): add checks to needed reqs (#6696) Co-authored-by: Sergio Garcia --- prowler/compliance/aws/cis_1.4_aws.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prowler/compliance/aws/cis_1.4_aws.json b/prowler/compliance/aws/cis_1.4_aws.json index da77feb991..584ca284c6 100644 --- a/prowler/compliance/aws/cis_1.4_aws.json +++ b/prowler/compliance/aws/cis_1.4_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": [ {