PYTHON-5433 - Added SBOM update automation#2617
Merged
blink1073 merged 9 commits intomongodb:masterfrom Nov 20, 2025
Merged
Conversation
Add GitHub Actions workflow to automatically generate Software Bill of Materials (SBOM) using cdxgen. The workflow: - Triggers on dependency file changes or manual dispatch - Generates SBOM using CycloneDX format - Creates a PR with updated sbom.json
blink1073
reviewed
Nov 19, 2025
Contributor
Author
|
Updated the sbom generation process to just requirements.txt as discussed. Here's a sample PR from my fork to check the sbom.json: thanhnguyen-mdb#8 |
Member
|
The generated PR looks good to me. The linter is failing because you have trailing whitespace somewhere in the file. |
Member
|
I'll leave the ticket open until we merge the generated PR. |
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.
PYTHON-5433
Summary
Added in Github action workflow for SBOM automation. This triggers on changes to any of the requirements, uvlock, and toml files on the master branch. A new branch will be created for the PR and closed on merge.
Changes in this PR
New sbom.yml file for the Github action workflow
Testing Plan
Tested through Github Action triggers
Checklist
Checklist for Author
Checklist for Reviewer {@primary_reviewer}