Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PredicateType02 = attestation.PredicateType("https://slsa.dev/provenance/v0.2") PredicateType10 = attestation.PredicateType("https://slsa.dev/provenance/v1") PredicateType11 = attestation.PredicateType("https://slsa.dev/provenance/v1.1") )
Functions ¶
This section is empty.
Types ¶
type ParserV02 ¶
type ParserV02 struct{}
Single version parsers
func NewParserV02 ¶
func NewParserV02() *ParserV02
func (*ParserV02) SupportsType ¶
func (*ParserV02) SupportsType(types ...attestation.PredicateType) bool
type ParserV10 ¶
type ParserV10 struct{}
Single version parsers
func NewParserV10 ¶
func NewParserV10() *ParserV10
func (*ParserV10) SupportsType ¶
func (*ParserV10) SupportsType(types ...attestation.PredicateType) bool
type ParserV11 ¶
type ParserV11 struct{}
Single version parsers
func NewParserV11 ¶
func NewParserV11() *ParserV11
func (*ParserV11) SupportsType ¶
func (*ParserV11) SupportsType(types ...attestation.PredicateType) bool
Click to show internal directories.
Click to hide internal directories.