mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
fix(redshift): correct description in redshift_cluster_automatic_upgrades (#2246)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user