Versions in this module Expand all Collapse all v0 v0.1.0 Apr 6, 2026 Changes in this version + func ApplyFindings(findings []Finding, repoPath string) error + func EvaluateCondition(condition string, values, providedValues map[string]interface{}) (bool, error) + type Boundary struct + Type string + Value string + type Finding struct + Actual string + Expected string + FilePath string + Message string + Operation string + func ComputeFindings(repoCfg *config.RepoConfig, centralCfg *config.CentralConfig, repoPath string) ([]Finding, error) + type ParsedTemplate struct + BootstrapContent string + HasBootstrap bool + IsWholeFile bool + OriginalContent string + Sections []Section + type Section struct + Content string + End Boundary + Start Boundary + type TemplateData struct + Config map[string]interface{} + DefaultBranch string + Name string