Skip to content

Commit

Permalink
Update verifiers/internal/gha/provenance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Lewis <ianlewis@google.com>
Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
  • Loading branch information
laurentsimon and ianlewis authored Apr 19, 2023
1 parent 83d0fe1 commit 9c1b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiers/internal/gha/provenance.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func verifyBuilderIDExactMatch(prov slsaprovenance.Provenance, expectedBuilderID

// Verify Builder ID in provenance statement.
// This function verifies the names match. If the expected builder ID contains a version,
// it also evrifies the verisons match.
// it also verifies the verisons match.
func verifyBuilderIDLooseMatch(prov slsaprovenance.Provenance, expectedBuilderID string) error {
id, err := prov.BuilderID()
if err != nil {
Expand Down

0 comments on commit 9c1b25e

Please sign in to comment.