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

Sign entries for cosign also for sign new manifests and tag docker #240

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

midnightercz
Copy link
Member

No description provided.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1997e04) to head (d8f5a58).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #240    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           26        26            
  Lines         3106      3226   +120     
==========================================
+ Hits          3106      3226   +120     

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

- Added missing namespace in copy_tag_sign_images
@@ -666,7 +697,7 @@ def merge_manifest_lists_sign_images(
if outdated_manifests:
signer.remove_signatures(outdated_manifests, _exclude=current_signatures)
signer.sign_containers(
to_sign_entries,
to_sign_entries if signercls.pre_push else to_sign_entries_internal,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should always be to_sign_entries as it's already in if pre_push is true. And line #733 needs to be to_sign_entries_internal.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@midnightercz midnightercz merged commit b496909 into master Mar 11, 2024
17 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.

3 participants