通过


CodeScanningRuleInfo interface

表示代码扫描规则信息,用于过滤目的。

属性

friendlyName

规则的人类可读名称。

opaqueId

规则的不透明标识符(例如,SARIF 规则 ID)。

toolName

定义该规则的工具名称。

属性详细信息

friendlyName

规则的人类可读名称。

friendlyName: string

属性值

string

opaqueId

规则的不透明标识符(例如,SARIF 规则 ID)。

opaqueId: string

属性值

string

toolName

定义该规则的工具名称。

toolName: string

属性值

string