Versions in this module Expand all Collapse all v0 v0.5.0 Sep 14, 2026 Changes in this version + func Run(ctx context.Context, validators []Validator, payload fs.FS, subject Subject) (policy.Status, []policy.Record, []policy.Finding) + type Finding struct + Message string + Path string + Rule string + Severity policy.Severity + type Subject struct + Digest string + Files []bundle.ConfigFile + Format string + TreeDigest string + type Validator interface + Name func() string + Validate func(ctx context.Context, payload fs.FS, subject Subject) (*Verdict, error) + type Verdict struct + Findings []Finding