We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pydantic
mypy
1 parent 0ed9850 commit c03092fCopy full SHA for c03092f
sigstore/verify/models.py
@@ -241,9 +241,9 @@ def from_bundle(
241
tlog_entry = tlog_entries[0]
242
243
inclusion_proof = LogInclusionProof(
244
- logIndex=tlog_entry.inclusion_proof.log_index,
245
- rootHash=tlog_entry.inclusion_proof.root_hash.hex(),
246
- treeSize=tlog_entry.inclusion_proof.tree_size,
+ log_index=tlog_entry.inclusion_proof.log_index,
+ root_hash=tlog_entry.inclusion_proof.root_hash.hex(),
+ tree_size=tlog_entry.inclusion_proof.tree_size,
247
hashes=[h.hex() for h in tlog_entry.inclusion_proof.hashes],
248
)
249
entry = LogEntry(
0 commit comments