audit

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAttester added in v0.7.0

func WithAttester(a *attest.Attester) optFn

func WithBackend added in v0.7.0

func WithBackend(b models.VcsBackend) optFn

Types

type AuditCommitResult

type AuditCommitResult struct {
	Commit   string
	VsaPred  *vpb.VerificationSummary
	ProvPred *provenance.SourceProvenancePred
	// The previous commit reported by the VCS backend.
	PriorCommit   string
	ControlStatus *slsa.ControlSet
}

func (*AuditCommitResult) IsGood

func (ar *AuditCommitResult) IsGood() bool

type Auditor

type Auditor struct {
	// contains filtered or unexported fields
}

func NewAuditor

func NewAuditor(fn ...optFn) (*Auditor, error)

func (*Auditor) AuditBranch

func (a *Auditor) AuditBranch(ctx context.Context, branch *models.Branch) iter.Seq2[*AuditCommitResult, error]

func (*Auditor) AuditCommit

func (a *Auditor) AuditCommit(ctx context.Context, branch *models.Branch, commit *models.Commit) (ar *AuditCommitResult, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL