From e4148908d2d071430db9366e1a395ba6e342e56a Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Thu, 19 Sep 2024 13:34:39 +0200 Subject: [PATCH] chore(docs): change ResourceType link of Security Hub (#5096) Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com> --- 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 46f145b234..4a9794f9ba 100644 --- a/docs/developer-guide/checks.md +++ b/docs/developer-guide/checks.md @@ -230,7 +230,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/latest/userguide/asff-resources.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.",