Documentation ¶
Index ¶
Constants ¶
View Source
const TejoloteURI = "http://github.com/kubernetes-sigs/tejolote"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Run ¶
type Run struct { Executable *command.Command ExitCode int Artifacts []run.Artifact Output *command.Stream Status command.Status Command string Params []string StartTime time.Time EndTime time.Time Environment RunEnvironment }
func (*Run) InvocationData ¶
func (r *Run) InvocationData() (slsa.ProvenanceInvocation, error)
InvocationData return the invocation of the command in SLSA strcut
func (*Run) WriteAttestation ¶
WriteAttestation writes the provenance attestation describing the build
type RunEnvironment ¶
Click to show internal directories.
Click to hide internal directories.