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 cosign copy --only for signatures #3904

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcofranssen
Copy link
Contributor

@marcofranssen marcofranssen commented Oct 11, 2024

Summary

There is a bug in the cosign copy command for the deprecated flag, as well documentation is invalid for the CLI option.

See
https://github.com/sigstore/cosign/blob/main/cmd/cosign/cli/copy/copy.go#L192
requires to have value sig instead of sign.

Also aligned the option docs order to align with the order of the
example. https://github.com/sigstore/cosign/blob/main/cmd/cosign/cli/copy.go#L40

Release Note

Fixes the cosign copy command to have correct documentation and proper fallback implementation for the deprecated --sig-only commandline option.

Documentation

N.A.

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.

Project coverage is 36.35%. Comparing base (2ef6022) to head (ac48b3d).
Report is 226 commits behind head on main.

Files with missing lines Patch % Lines
cmd/cosign/cli/copy/copy.go 76.92% 3 Missing ⚠️
cmd/cosign/cli/options/copy.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3904      +/-   ##
==========================================
- Coverage   40.10%   36.35%   -3.76%     
==========================================
  Files         155      203      +48     
  Lines       10044    12819    +2775     
==========================================
+ Hits         4028     4660     +632     
- Misses       5530     7585    +2055     
- Partials      486      574      +88     

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

@marcofranssen marcofranssen force-pushed the fix-copy-sig branch 2 times, most recently from 7d23cfa to 3c92f54 Compare October 11, 2024 08:40
See
https://github.com/sigstore/cosign/blob/main/cmd/cosign/cli/copy/copy.go#L192
requires to have value `sig` instead of `sign`.

Also aligned the option docs order to align with the order of the
example. https://github.com/sigstore/cosign/blob/main/cmd/cosign/cli/copy.go#L40

Signed-off-by: Marco Franssen <[email protected]>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

can we add tests?

@marcofranssen
Copy link
Contributor Author

I propose to do that in follow up pr. There have been historically 0 tests on this command.

@haydentherapper
Copy link
Contributor

We recognize that much of cmd/ is untested but we should use this opportunity to improve coverage. I'd recommend adding tests for the changed function, and refactoring if needed so you can have a more testable function.

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