Versions in this module Expand all Collapse all v0 v0.1.0 May 13, 2026 Changes in this version + type Attestation struct + BuilderID string + BundleURL string + PredicateType string + SignerIdentity string + SourceRepository string + SourceRevision string + type ProvenanceVerifier interface + VerifyBundle func(ctx context.Context, bundleBody []byte, digestAlg string, digest []byte) error + type Resolved struct + Attestation *Attestation + Files []ResolvedFile + License string + Name string + PURL string + PackageIntegrity string + SourceRepository string + Version string + type ResolvedFile struct + Content []byte + Integrity string + Path string + Size int64 + URL string + type Resolver interface + Resolve func(ctx context.Context, p *purl.PURL, files []string) (*Resolved, error)