We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During #910 development the test suite was passing but a simply running this failed with InvalidSCTKeyError:
sigstore sign README.md sigstore verify identity --cert-identity $ID --cert-oidc-issuer $ISSUER README.md
The reasons for this seem to be:
So the problem is that right now we have no test that actually asserts that our SCT verification works on current sigstore trust root. We should add
test/unit/assets/new_bundle.txt
test/unit/assets/new_bundle.txt.sigstore
sigstore sign new_bundle.txt
test_verifier_offline()
Note that if you create this new bundle, it will contain the email address that you used to authenticate with.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During #910 development the test suite was passing but a simply running this failed with InvalidSCTKeyError:
The reasons for this seem to be:
So the problem is that right now we have no test that actually asserts that our SCT verification works on current sigstore trust root. We should add
test/unit/assets/new_bundle.txt
(like the other txts, just a text file)test/unit/assets/new_bundle.txt.sigstore
(the bundle is the result of runningsigstore sign new_bundle.txt
test_verifier_offline()
probably works fine)Note that if you create this new bundle, it will contain the email address that you used to authenticate with.
The text was updated successfully, but these errors were encountered: