Skip to content

Commit

Permalink
Update pkg/artifacts/signable.go
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Lynch <wlynch92@gmail.com>
  • Loading branch information
ywluogg and wlynch authored Oct 18, 2022
1 parent 3ed6747 commit 5ae2ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/artifacts/signable.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func extractTargetFromResults(obj objects.TektonObject, identifierSuffix string,
}

// RetrieveMeterialsFromStructuredResults retrieves structured results from Tekton Object, and convert them into materials.
func RetrieveMeterialsFromStructuredResults(obj objects.TektonObject, categoryMarker string, logger *zap.SugaredLogger) []slsa.ProvenanceMaterial {
func RetrieveMaterialsFromStructuredResults(obj objects.TektonObject, categoryMarker string, logger *zap.SugaredLogger) []slsa.ProvenanceMaterial {
// Retrieve structured provenance for inputs.
mats := []slsa.ProvenanceMaterial{}
ssts := ExtractStructuredTargetFromResults(obj, ArtifactsInputsResultName, logger)
Expand Down

0 comments on commit 5ae2ab9

Please sign in to comment.