-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
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
Attestation is not replaced despite success #2025
Comments
Hi @chipzoller, we (w/@Dentrax) have investigated this issue. The problem seems related to the We have compiled the cosign binary from the main branch, which uses |
Hey @cpanato! 👋 Is it good time to release cosign 1.9.1? There are more than 350+ changes since last release. Obviously, bumping |
1.10.0 release is out https://github.com/sigstore/cosign/releases/tag/v1.10.0 |
Confirmed working using Cosign 1.10.0! Nice work, everyone! |
Closed in PR #2021, verified in release 1.10.0. |
Description
When replacing an attestation of an identical predicate type (keyless), although the command returns success and states the correct predicate type which should be replaced, when verifying attestations afterwards the new attestation is not reflected.
Version
1.9.0
Reproduce Steps
verify-attestations
command and see that the new attestation is not present. If using the sample workflow above, this can be verified by checking thetimestamp
field which should be set to the time at which the scan was performed (roughly).See full debug logs here.
The text was updated successfully, but these errors were encountered: