Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
rbehjati committed May 3, 2023
1 parent fb42a0a commit 42b966d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/intoto/slsa_provenance/v1/provenance.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const (
DockerBasedBuildType = "https://slsa.dev/container-based-build/v0.1?draft"
)

// ProvenancePredicate is the provenance predicate definition.
// ProvenancePredicate defines the structure of a SLSA v1 provenance predicate.
// See the specification in https://slsa.dev/spec/v1.0/.
type ProvenancePredicate struct {
// The BuildDefinition describes all of the inputs to the build.
BuildDefinition ProvenanceBuildDefinition `json:"buildDefinition"`
Expand Down

0 comments on commit 42b966d

Please sign in to comment.