package attestation

import "github.com/moby/buildkit/exporter/attestation"

Index

Functions

func Filter

func Filter(attestations []exporter.Attestation, include map[string][]byte, exclude map[string][]byte) []exporter.Attestation

func MakeInTotoStatements

func MakeInTotoStatements(ctx context.Context, s session.Group, attestations []exporter.Attestation, defaultSubjects []intoto.Subject) ([]intoto.Statement, error)

MakeInTotoStatements iterates over all provided result attestations and generates intoto attestation statements.

func ReadAll

func ReadAll(ctx context.Context, s session.Group, att exporter.Attestation) ([]byte, error)

ReadAll reads the content of an attestation.

func Unbundle

func Unbundle(ctx context.Context, s session.Group, bundled []exporter.Attestation) ([]exporter.Attestation, error)

Unbundle iterates over all provided result attestations and un-bundles any bundled attestations by loading them from the provided refs map.

func Validate

func Validate(atts []exporter.Attestation) error

Source Files

filter.go make.go unbundle.go

Version
v0.17.0-rc1
Published
Oct 8, 2024
Platform
js/wasm
Imports
16 packages
Last checked
12 minutes ago

Tools for package owners.