docs(check): change where extract ResourceTypes (#5030)

This commit is contained in:
Rubén De la Torre Vico
2024-09-13 16:51:09 +02:00
committed by GitHub
parent 8cfc4c56cf
commit 917a2ad0fe
+1 -1
View File
@@ -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.",