Skip to content

Commit 73fcda3

Browse files
committed
Fix
Signed-off-by: laurentsimon <laurentsimon@google.com>
1 parent f67b019 commit 73fcda3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sigstore/sign.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ class SigningResult(BaseModel):
319319
The digest algorithm to use for the hash.
320320
"""
321321

322+
input_digest: HexStr
323+
"""
324+
The hex-encoded digest of the input that was signed for.
325+
"""
326+
322327
cert_pem: PEMCert
323328
"""
324329
The PEM-encoded public half of the certificate used for signing.

0 commit comments

Comments
 (0)