We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479bbad commit 027087eCopy full SHA for 027087e
sigstore/_cli.py
@@ -688,7 +688,7 @@ def _sign(args: argparse.Namespace) -> None:
688
logger.debug(f"signing for {file.name}")
689
with file.open(mode="rb", buffering=0) as io:
690
try:
691
- result = signer.sign(input_=iof)
+ result = signer.sign(input_=io)
692
except ExpiredIdentity as exp_identity:
693
print("Signature failed: identity token has expired")
694
raise exp_identity
0 commit comments