Edit

Share via


CodeScanningRuleInfo interface

Represents code scanning rule information for filtering purposes.

Properties

friendlyName

The human-readable name of the rule.

opaqueId

The opaque identifier of the rule (e.g., SARIF rule ID).

toolName

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