CSV Rules Output Schema Reference
This example shows how to create a comma-separated values (CSV) formatted output file when using the --output-file
flag of the code-analyzer rules
command.
This sample output shows the two rules associated with the flow
engine.
All string property values are wrapped in double quotes which allows for comma-separated properties, such as the list of tags associated with the rule.
Property Name | Data Type | Description |
---|---|---|
name | string | The name of the rule. |
severity | number | The default severity level of the rule: 1 (Critical), 2 (High), 3 (Moderate), 4 (Low), 5 (Info) |
engine | string | The engine that's associated with the rule. |
tags | string | The tags that are associated with the rule, such as Recommended , Security , or BestPractices . Multiple tags are separated by commas. |
resources | string | The URLs for additional resources and information about the rule. Multiple resources are separated by commas. |
description | string | The description of the rule. |