Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Aug 16, 2022
1 parent 1afb930 commit 65975d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiers/internal/gcb/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (v *GCBVerifier) VerifyArtifact(ctx context.Context,
}

// Verify subject digest.
if err = prov.VerifySubjectDigest("7f18ebaa2cd85412e28c5e0b35fba45db1d29476f30ec0897d59242605150aed"); err != nil {
if err = prov.VerifySubjectDigest("1a033b002f89ed2b8ea733162497fb70f1a4049a7f8602d6a33682b4ad9921fd"); err != nil {
return nil, "", err
}

Expand Down

0 comments on commit 65975d5

Please sign in to comment.