Versions in this module Expand all Collapse all v0 v0.6.3 Aug 12, 2025 v0.6.2 Aug 6, 2025 Changes in this version + type AuditCommitResult struct + Commit string + GhControlStatus *ghcontrol.GhControlStatus + GhPriorCommit string + ProvPred *provenance.SourceProvenancePred + VsaPred *vpb.VerificationSummary + func (ar *AuditCommitResult) IsGood() bool + type Auditor struct + func NewAuditor(ghc *ghcontrol.GitHubConnection, pa *attest.ProvenanceAttestor, ...) *Auditor + func (a *Auditor) AuditBranch(ctx context.Context, branch string) iter.Seq2[*AuditCommitResult, error] + func (a *Auditor) AuditCommit(ctx context.Context, commit string) (ar *AuditCommitResult, err error)