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 fulcioroots test and linter error #1741

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

haydentherapper
Copy link
Contributor

The linter error is from a deprecated method, but since this is only
used in tests and we don't use system roots, this is fine. The test was
also failing because the TUF remote can't be called in tests.

Signed-off-by: Hayden Blauzvern hblauzvern@google.com

Summary

Ticket Link

Fixes

Release Note


The linter error is from a deprecated method, but since this is only
used in tests and we don't use system roots, this is fine. The test was
also failing because the TUF remote can't be called in tests.

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2022

Codecov Report

Merging #1741 (015386f) into main (de85b7e) will decrease coverage by 0.05%.
The diff coverage is n/a.

❗ Current head 015386f differs from pull request most recent head 4d179e1. Consider uploading reports for the commit 4d179e1 to get more accurate results

@@            Coverage Diff             @@
##             main    #1741      +/-   ##
==========================================
- Coverage   29.52%   29.46%   -0.06%     
==========================================
  Files         141      141              
  Lines        8502     8502              
==========================================
- Hits         2510     2505       -5     
- Misses       5718     5726       +8     
+ Partials      274      271       -3     
Impacted Files Coverage Δ
cmd/cosign/cli/fulcio/fulcioroots/fulcioroots.go 28.94% <0.00%> (-13.16%) ⬇️

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 de85b7e...4d179e1. Read the comment docs.

@dlorenc dlorenc merged commit 0d78adc into sigstore:main Apr 11, 2022
@github-actions github-actions bot added this to the v1.7.2 milestone Apr 11, 2022
mlieberman85 pushed a commit to mlieberman85/cosign that referenced this pull request May 6, 2022
The linter error is from a deprecated method, but since this is only
used in tests and we don't use system roots, this is fine. The test was
also failing because the TUF remote can't be called in tests.

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
@haydentherapper haydentherapper deleted the fixfulcioroots branch January 10, 2023 23:35
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.

None yet

4 participants