We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5047c0 commit 964da94Copy full SHA for 964da94
sigstore/sign.py
@@ -233,6 +233,17 @@ def sign_dsse_envelope(
233
self,
234
envelope: dsse.Envelope,
235
) -> Bundle:
236
+ """
237
+ Signs the provided envelope's payload, and returns a
238
+ `Bundle containing the signed envelope and the verification
239
+ material.
240
+
241
+ Args:
242
+ envelope (dsse.Envelope): The envelope to be signed.
243
244
+ Returns:
245
+ Bundle: The bundle containing the signed DSSE envelope.
246
247
cert = self._signing_cert()
248
249
b64_cert = base64.b64encode(
0 commit comments