docs(readme): update OpenSSF Best Practices Badge with live project ID and links - #29
Merged
Conversation
…rect project ID and project page link Signed-off-by: Division 7 <divisionseven@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
pascalthedev
approved these changes
Jul 21, 2026
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
Updates the OpenSSF Best Practices Badge references in
README.mdnow that the project has completed the certification at bestpractices.dev. Replaces the placeholder<PROJECT_ID>with the actual project ID and updates the badge icon frompending-blackto live status.Type of Change
Motivation and Context
The project completed the OpenSSF Best Practices Badge (Passing tier) questionnaire at bestpractices.dev. The README badge previously showed a placeholder
<PROJECT_ID>and a "pending" badge icon. This commit links the live badge so the project's certification status is displayed correctly in the README.This is the final manual step for the
CII-Best-PracticesScorecard check, Scorecard will now detect the badge and credit the project with the appropriate score.Implementation Notes
Only
README.mdwas modified — badge URL replacement, no code changes.Testing
Manual testing performed: Verified badge links resolve correctly to the live bestpractices.dev project page.
Checklist
ruff check .andruff format --check .)mypy .)pytest --cov-fail-under=90)CHANGELOG.mdwith a brief entry under[Unreleased]Related Issues / PRs
Follow-up to Scorecard certification work (PR #23, #28).