Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.
Click to show internal directories.
Click to hide internal directories.