You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I store the output of a Terrascan scan in a file in order to perform further analyses. I noticed that the severity is available in different notations. I actually thought that this is always uppercase, but this is not the case. Is it possible to specify a consistent notation here?
What I Did
stefan@mine:~$ terrascan scan
...
{
"rule_name": "lambdaNotInVpc",
"description": "Lambda function doesn't not include a VPC configuration.",
"rule_id": "AC_AWS_0486",
"severity": "Low",
"category": "Infrastructure Security",
"resource_name": "aws_webhook_notification",
"resource_type": "aws_lambda_function",
"module_name": "root",
"file": "lambda_aws_webhook_notification.tf",
"plan_root": "./",
"line": 64
},
{
"rule_name": "lambdaXRayTracingDisabled",
"description": "Lambda tracing is not enabled.",
"rule_id": "AC_AWS_0485",
"severity": "LOW",
"category": "Logging and Monitoring",
"resource_name": "aws_webhook_notification",
"resource_type": "aws_lambda_function",
"module_name": "root",
"file": "lambda_aws_webhook_notification.tf",
"plan_root": "./",
"line": 64
}
...
The text was updated successfully, but these errors were encountered:
Description
I store the output of a Terrascan scan in a file in order to perform further analyses. I noticed that the severity is available in different notations. I actually thought that this is always uppercase, but this is not the case. Is it possible to specify a consistent notation here?
What I Did
The text was updated successfully, but these errors were encountered: