Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveCatalogs ¶ added in v1.14.0
func ResolveCatalogs(scopes []CatalogScope) map[string]*Catalog
ResolveCatalogs returns new immutable catalogs with topology-backed inherited facts. A declared mapping resolves only when its source is in the scan set.
Types ¶
type Catalog ¶ added in v1.14.0
type Catalog struct {
// contains filtered or unexported fields
}
Catalog is immutable after construction and owns the canonical parser outcome for every supported workflow surface in one repository root.
func BuildCatalog ¶ added in v1.14.0
func CatalogFor ¶ added in v1.14.0
func (*Catalog) EntrypointPaths ¶ added in v1.14.0
type CatalogEntry ¶ added in v1.14.0
type CatalogScope ¶ added in v1.14.0
type Result ¶
type Result struct {
Capabilities []string
Evidence []model.Evidence
Tool string
WorkflowName string
JobNames []string
EnvironmentNames []string
Headless bool
DangerousFlags bool
HasSecretAccess bool
HasApprovalGate bool
StepCount int
Triggers []string
ApprovalSource string
DeploymentGate string
ProofRequirement string
ExecutionRelationships []model.ExecutionRelationship
}
func AnalyzeInRoot ¶ added in v1.6.0
func AnalyzeInRoot(root, path string, payload []byte) (Result, *model.ParseError)
Click to show internal directories.
Click to hide internal directories.