Skip to content

Conversation

@haydentherapper
Copy link
Contributor

When calling cosign initialize, the client will cache the trusted root file if available. This PR adds support for caching the signing config as well. The public-good instance's TUF repo includes this file. Private deployments likely don't use this file, so like with the trusted root, Cosign will print a warning rather than fail initialization.

Summary

Release Note

Documentation

@haydentherapper haydentherapper requested a review from a team as a code owner October 10, 2025 22:55
@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.29%. Comparing base (2ef6022) to head (89fb1f2).
⚠️ Report is 554 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4456      +/-   ##
==========================================
- Coverage   40.10%   34.29%   -5.82%     
==========================================
  Files         155      218      +63     
  Lines       10044    15651    +5607     
==========================================
+ Hits         4028     5367    +1339     
- Misses       5530     9585    +4055     
- Partials      486      699     +213     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

When calling cosign initialize, the client will cache the trusted root file
if available. This PR adds support for caching the signing config as
well. The public-good instance's TUF repo includes this file. Private
deployments likely don't use this file, so like with the trusted root,
Cosign will print a warning rather than fail initialization.

Signed-off-by: Hayden <[email protected]>
@haydentherapper haydentherapper enabled auto-merge (squash) October 13, 2025 17:54
@haydentherapper haydentherapper merged commit 925c965 into sigstore:main Oct 13, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants