fix: fetch Codecov PGP key from keybase.io/codecovsecops#75
Merged
Conversation
Revert the embedded-key approach and go back to fetching the public key from Keybase, using the codecovsecops account (which serves the same Codecov Uploader key) instead of the defunct codecovsecurity account. Also reverts the package.py PGP-block handling that is no longer needed. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
=======================================
Coverage 97.14% 97.14%
=======================================
Files 2 2
Lines 35 35
=======================================
Hits 34 34
Misses 1 1 ☔ View full report in Codecov by Harness. |
Merged
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codecovsecuritytocodecovsecops, which serves the same Codecov Uploader key (fingerprint2703 4E7F DB85 0E0B BC2C 62FF 806B B28A ED77 9869).package.pyPGP-block-preservation logic, which is no longer needed.Verification
https://keybase.io/codecovsecops/pgp_keys.asc→ HTTP 200, valid armored key, fingerprint matches the Codecov Uploader key.scripts/validate.shanddist/codecov.shboth fetch fromcodecovsecops.codecovsecurityreferences and no embedded key block remain.package.pyrestored to its original form.Test plan
codecov.shimports the key and verifies the CLISHA256SUMsignature end-to-end.Made with Cursor