Add SBOM, license report and OpenSSF Scorecard.#556
Merged
fabiocaccamo merged 6 commits intomainfrom Apr 5, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds supply-chain/security hygiene artifacts (SBOM + license inventory) to releases and enables OpenSSF Scorecard reporting, with accompanying documentation and workflow updates.
Changes:
- Generate and upload CycloneDX SBOM + dependency license reports as GitHub Release assets during the release workflow.
- Add an OpenSSF Scorecard workflow (scheduled + on-push) and expose relevant badges/docs in README/SECURITY policy.
- Update CI automation actions (e.g., Codecov action major version, pre-commit autoupdate action pin).
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
SECURITY.md |
Clarifies supported versions, private vulnerability reporting, and supply-chain security artifacts. |
requirements-release.txt |
Adds release-time tooling deps for building, SBOM generation, and license reporting. |
README.md |
Adds security-related badges and a new “Security” section describing SBOM/Scorecard/reporting. |
.gitignore |
Ignores generated SBOM and license report artifacts produced at release time. |
.github/workflows/test-package.yml |
Updates Codecov action major version used in CI. |
.github/workflows/scorecard.yml |
Introduces OpenSSF Scorecard workflow with SARIF upload to GitHub Security. |
.github/workflows/pre-commit-autoupdate.yml |
Pins pre-commit autoupdate action to a tagged release. |
.github/workflows/create-release.yml |
Extends release pipeline to build package, generate SBOM/license reports, and upload them as release assets. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #556 +/- ##
=======================================
Coverage 97.68% 97.68%
=======================================
Files 63 63
Lines 2246 2246
=======================================
Hits 2194 2194
Misses 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.