fix(apigatewayv2): correct apigatewayv2_access_logging_enabled check title (#1769)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-25 13:56:28 +01:00
committed by GitHub
parent e713d0d321
commit 3d13f4bb9b
@@ -1,7 +1,7 @@
{
"Provider": "aws",
"CheckID": "apigatewayv2_access_logging_enabled",
"CheckTitle": "Check if API Gateway V2 has configured authorizers.",
"CheckTitle": "Ensure API Gateway V2 has Access Logging enabled.",
"CheckType": [
"IAM"
],
@@ -10,7 +10,7 @@
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "medium",
"ResourceType": "AwsApiGatewayV2Api",
"Description": "Check if API Gateway V2 has configured authorizers.",
"Description": "Ensure API Gateway V2 has Access Logging enabled.",
"Risk": "If no authorizer is enabled anyone can use the service.",
"RelatedUrl": "",
"Remediation": {