CodeScanningRuleInfo interface
Represents code scanning rule information for filtering purposes.
Properties
| friendly |
The human-readable name of the rule. |
| opaque |
The opaque identifier of the rule (e.g., SARIF rule ID). |
| tool |
The name of the tool that defines this rule. |
Property Details
friendlyName
The human-readable name of the rule.
friendlyName: string
Property Value
string
opaqueId
The opaque identifier of the rule (e.g., SARIF rule ID).
opaqueId: string
Property Value
string
toolName
The name of the tool that defines this rule.
toolName: string
Property Value
string