Documentation
¶
Index ¶
- func MakeInTotoStatements(ctx context.Context, s session.Group, refs map[string]cache.ImmutableRef, ...) ([]intoto.Statement, error)
- func ReadAll(ctx context.Context, s session.Group, refs map[string]cache.ImmutableRef, ...) ([]byte, error)
- func Unbundle(ctx context.Context, s session.Group, refs map[string]cache.ImmutableRef, ...) ([]result.Attestation, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeInTotoStatements ¶
func MakeInTotoStatements(ctx context.Context, s session.Group, refs map[string]cache.ImmutableRef, attestations []result.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, refs map[string]cache.ImmutableRef, att result.Attestation) ([]byte, error)
ReadAll reads the content of an attestation.
func Unbundle ¶
func Unbundle(ctx context.Context, s session.Group, refs map[string]cache.ImmutableRef, bundled []result.Attestation) ([]result.Attestation, error)
Unbundle iterates over all provided result attestations and un-bundles any bundled attestations by loading them from the provided refs map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.