Skip to content

Commit

Permalink
fix: fix blob verification output (sigstore#2157)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>

oops

Signed-off-by: Asra Ali <asraa@google.com>

Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa authored and Magnus Bengtsson committed Aug 21, 2022
1 parent b21041c commit 7a21aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/verify/verify_blob.go
Expand Up @@ -362,7 +362,7 @@ func verifyRekorEntry(ctx context.Context, ko options.KeyOpts, e *models.LogEntr
return err
}

fmt.Fprintf(os.Stderr, "tlog entry verified with uuid: %s index: %d\n", hex.EncodeToString(uuid), *e.Verification.InclusionProof.LogIndex)
fmt.Fprintf(os.Stderr, "tlog entry verified with uuid: %s index: %d\n", hex.EncodeToString(uuid), *e.LogIndex)
if cert == nil {
return nil
}
Expand Down

0 comments on commit 7a21aa1

Please sign in to comment.