Skip to content

Add SBOM, license report and OpenSSF Scorecard.#556

Merged
fabiocaccamo merged 6 commits intomainfrom
SBOM
Apr 5, 2026
Merged

Add SBOM, license report and OpenSSF Scorecard.#556
fabiocaccamo merged 6 commits intomainfrom
SBOM

Conversation

@fabiocaccamo
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 5, 2026 14:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.68%. Comparing base (86500ce) to head (62f8ef5).
⚠️ Report is 7 commits behind head on main.

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           
Flag Coverage Δ
unittests 97.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fabiocaccamo fabiocaccamo merged commit 896d791 into main Apr 5, 2026
24 checks passed
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.

2 participants