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

Validate a public key in a secret is valid. #1602

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

vaikas
Copy link
Contributor

@vaikas vaikas commented Mar 14, 2022

Fixes: #1596

secret key contains valid public key.

Signed-off-by: Ville Aikas [email protected]

Summary

Ticket Link

Fixes

Release Note


Fixes: sigstore#1596

secret key contains valid public key.

Signed-off-by: Ville Aikas <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2022

Codecov Report

Merging #1602 (f882d4b) into main (d22c312) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1602      +/-   ##
==========================================
- Coverage   27.96%   27.94%   -0.03%     
==========================================
  Files         137      137              
  Lines        7789     7791       +2     
==========================================
- Hits         2178     2177       -1     
- Misses       5383     5385       +2     
- Partials      228      229       +1     
Impacted Files Coverage Δ
...econciler/clusterimagepolicy/clusterimagepolicy.go 69.14% <100.00%> (+0.67%) ⬆️
pkg/cosign/tuf/client.go 62.34% <0.00%> (-0.95%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d22c312...f882d4b. Read the comment docs.

@cpanato cpanato requested a review from mattmoor March 14, 2022 08:39
@cpanato
Copy link
Member

cpanato commented Mar 14, 2022

there are some unused variables

Signed-off-by: Ville Aikas <[email protected]>
@vaikas vaikas merged commit aadaa91 into sigstore:main Mar 14, 2022
@vaikas vaikas deleted the issue-1596-reconciler branch March 14, 2022 09:35
@github-actions github-actions bot added this to the v1.7.0 milestone Mar 14, 2022
mlieberman85 pushed a commit to mlieberman85/cosign that referenced this pull request May 6, 2022
* Validate a public key in a secret is valid.

Fixes: sigstore#1596

secret key contains valid public key.

Signed-off-by: Ville Aikas <[email protected]>

* Remove unused variable.

Signed-off-by: Ville Aikas <[email protected]>
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.

Validate Secret contains a valid Public Key.
4 participants