From 1995f43b67519c26f2bd864216832f47f7deb362 Mon Sep 17 00:00:00 2001 From: Ronen Atias Date: Thu, 20 Apr 2023 16:19:49 +0300 Subject: [PATCH] fix(redshift): correct description in redshift_cluster_automatic_upgrades (#2246) --- .../redshift_cluster_automatic_upgrades.metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/providers/aws/services/redshift/redshift_cluster_automatic_upgrades/redshift_cluster_automatic_upgrades.metadata.json b/prowler/providers/aws/services/redshift/redshift_cluster_automatic_upgrades/redshift_cluster_automatic_upgrades.metadata.json index 1abc0763..8372ae34 100644 --- a/prowler/providers/aws/services/redshift/redshift_cluster_automatic_upgrades/redshift_cluster_automatic_upgrades.metadata.json +++ b/prowler/providers/aws/services/redshift/redshift_cluster_automatic_upgrades/redshift_cluster_automatic_upgrades.metadata.json @@ -1,14 +1,14 @@ { "Provider": "aws", "CheckID": "redshift_cluster_automatic_upgrades", - "CheckTitle": "Check for Publicly Accessible Redshift Clusters", + "CheckTitle": "Check for Redshift Automatic Version Upgrade", "CheckType": [], "ServiceName": "redshift", "SubServiceName": "", "ResourceIdTemplate": "arn:aws:redshift:region:account-id:cluster:cluster-name", "Severity": "high", "ResourceType": "AwsRedshiftCluster", - "Description": "Check for Publicly Accessible Redshift Clusters", + "Description": "Check for Redshift Automatic Version Upgrade", "Risk": "Without automatic version upgrade enabled; a critical Redshift Cluster version can become severly out of date", "RelatedUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/managing-cluster-operations.html", "Remediation": {