Skip to content
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

fix: address changes done to Sigstore TUF repository #729

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

flavio
Copy link
Member

@flavio flavio commented Apr 12, 2024

The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs.

This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs.

Fixes kubewarden/kwctl#753

@flavio flavio requested a review from a team as a code owner April 12, 2024 10:36
@flavio flavio self-assigned this Apr 12, 2024
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.09%. Comparing base (72a2bff) to head (9c0c7a7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #729      +/-   ##
==========================================
+ Coverage   57.14%   58.09%   +0.94%     
==========================================
  Files          16       16              
  Lines         735      723      -12     
==========================================
  Hits          420      420              
+ Misses        315      303      -12     
Flag Coverage Δ
integration-tests 48.13% <43.75%> (+1.19%) ⬆️
unit-tests 35.90% <56.25%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@flavio flavio added this to the 1.12 milestone Apr 12, 2024
The Sigstore project changed the internals of its TUF repository, which
broke sigstore-rs.

This commit updates to the latest version of sigstore-rs. The code
changes have been caused by the massive changes done by sigstore-rs.

Fixes kubewarden/kwctl#753

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@flavio flavio merged commit 8e07b82 into kubewarden:main Apr 15, 2024
11 checks passed
@flavio flavio deleted the update-sigstore branch April 15, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Bug: Panic when verifying policy, error "unknown variant ecdsa"
4 participants