-
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
Fix option description: "sign" --> "verify" #2306
Conversation
thank you! |
You'll need to run |
Sorry, I am not a Go developer. I tried to do exactly that, but it errors out for reasons I cannot understand and don't seem related to this PR at all:
Feel free to modify this PR or do the change yourself. I don't think this tiny change is worth investing hours for me to debug this :) |
@ChristianCiach if you dont mind i can push the change for this, let me know if you are ok with that |
@cpanato Yes, thank you! Feel free to do that. |
Codecov Report
@@ Coverage Diff @@
## main #2306 +/- ##
=======================================
Coverage 30.06% 30.06%
=======================================
Files 131 131
Lines 8062 8062
=======================================
Hits 2424 2424
Misses 5314 5314
Partials 324 324
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
this will fix the lint error #2314 |
Signed-off-by: ChristianCiach <christian.ciach@emsysgrid.de>
Signed-off-by: cpanato <ctadeu@gmail.com>
This is probably a copy/paste-mistake, since the text is the same as in https://github.com/sigstore/cosign/blob/main/cmd/cosign/cli/options/sign.go
The help text was originally added by #615
Release Note
NONE