From 917a2ad0fe079ee4fa135003b0d26d6c7635e5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20De=20la=20Torre=20Vico?= Date: Fri, 13 Sep 2024 16:51:09 +0200 Subject: [PATCH] docs(check): change where extract ResourceTypes (#5030) --- docs/developer-guide/checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/checks.md b/docs/developer-guide/checks.md index e85cb1694e..ee6974b1f2 100644 --- a/docs/developer-guide/checks.md +++ b/docs/developer-guide/checks.md @@ -272,7 +272,7 @@ Each Prowler check has metadata associated which is stored at the same level of # Severity holds the check's severity, always in lowercase (critical, high, medium, low or informational) "Severity": "critical", # ResourceType only for AWS, holds the type from here - # https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html + # https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_Types_ResourceDetails.html "ResourceType": "Other", # Description holds the title of the check, for now is the same as CheckTitle "Description": "Ensure there are no EC2 AMIs set as Public.",