Edit

PipelineClassificationFinding interface

A classification finding for a pipeline. Each finding represents a characteristic that makes the pipeline complex (e.g., cross-repo references, multi-checkout). A pipeline with zero findings is Simple.

Properties

affectedRepositories

External repositories involved in the finding, if any.

description

User-facing description of the issue.

ruleName

Short stable identifier for the rule that produced this finding.

Property Details

affectedRepositories

External repositories involved in the finding, if any.

affectedRepositories: string[]

Property Value

string[]

description

User-facing description of the issue.

description: string

Property Value

string

ruleName

Short stable identifier for the rule that produced this finding.

ruleName: string

Property Value

string