Skip to content

Conversation

martincostello
Copy link
Collaborator

Generate a Software Bill of Materials during the build and attest it.

Generate a Software Bill of Materials during the build and attest it.
@martincostello martincostello added the dependencies Pull requests that update a dependency file label Jun 16, 2025
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.28%. Comparing base (a5e1276) to head (74a9853).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3468   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files         109      109           
  Lines        3728     3728           
  Branches      707      707           
=======================================
  Hits         3515     3515           
  Misses        213      213           
Flag Coverage Δ
Linux 94.28% <ø> (ø)
Windows 94.28% <ø> (ø)
macOS 94.28% <ø> (ø)

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:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Fix how the SBOM is generated.
Match the artifact name with the file.
Also attest the binaries.
@martincostello martincostello marked this pull request as ready for review June 16, 2025 14:22
@Copilot Copilot AI review requested due to automatic review settings June 16, 2025 14:22
Copy link

@Copilot 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

This PR introduces an automated SBOM generation step during the build process and updates the attestation step for artifact verification.

  • Added a "Generate SBOM" step using anchore/sbom-action for Windows runners.
  • Adjusted the subject-path in the "Attest artifacts" step to include the newly generated SBOM and additional artifact paths.

@martincostello martincostello enabled auto-merge (squash) June 16, 2025 14:22
@martincostello martincostello merged commit 7a495b7 into master Jun 16, 2025
12 checks passed
@martincostello martincostello deleted the generate-sbom branch June 16, 2025 14:27
@martincostello martincostello added this to the v9.0.2 milestone Jul 8, 2025
@martincostello martincostello mentioned this pull request Jul 8, 2025
This was referenced Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant