package common
import "github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common"
Index ¶
Types ¶
type DigestSet ¶
DigestSet contains a set of digests. It is represented as a map from algorithm name to lowercase hex-encoded value.
type ProvenanceBuilder ¶
type ProvenanceBuilder struct {
ID string `json:"id"`
}
ProvenanceBuilder idenfifies the entity that executed the build steps.
type ProvenanceMaterial ¶
type ProvenanceMaterial struct {
URI string `json:"uri,omitempty"`
Digest DigestSet `json:"digest,omitempty"`
}
ProvenanceMaterial defines the materials used to build an artifact.
Source Files ¶
Tools for package owners.