Skip to content

Commit

Permalink
Add Rekor body to TransparencyLogEntry
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Soyland <codysoyland@github.com>
  • Loading branch information
codysoyland committed Nov 8, 2022
1 parent d6bebac commit 67cb5c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protos/sigstore_rekor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ message TransparencyLogEntry {
// entry was appended to the log, and that the log has not been
// altered.
InclusionProof inclusion_proof = 6;
// The canonicalized Rekor entry body, used for SET verification. This
// is the same as the body returned by Rekor. It's included here for
// cases where the client cannot deterministically reconstruct the
// bundle from the other fields.
bytes canonicalized_body = 7;
}

0 comments on commit 67cb5c6

Please sign in to comment.