Update dependency score_sbom to v0.1.1 - #339
Open
eclipse-score-bot wants to merge 1 commit into
Open
Conversation
eclipse-score-bot
requested review from
PiotrKorkus and
pawelrutkaq
as code owners
September 10, 2026 09:08
eclipse-score-bot
requested review from
AlexanderLanin,
FScholPer,
MaximilianSoerenPollak,
antonkri,
dcalavrezo-qorix,
lurtz and
opajonk
as code owners
September 10, 2026 09:08
|
The created documentation from the pull request is available at: docu-html |
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.
This PR contains the following updates:
0.0.2→0.1.1Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
eclipse-score/sbom-tool (score_sbom)
v0.1.1Patch re-release to fix issue in bazel_registry
Content identical to 0.1.0: eclipse-score/sbom-tool@v0.1.0...v0.1.1
v0.1.0|Module Name: sbom-tool
|Release Tag: v0.1.0
|Origin Release Tag: v0.0.1...v0.1.0
|Release Date: 2026-09-02
Overview
The module sbom-tooling gives a set of bazel rules that generates a Software Bill of Materials in SPDX 2.3 and CycloneDX 1.6 format for a given Bazel target.
The rule supports two complementary modes.
Product mode
Product mode describes software delivered by the project. Pass the product or runtime binaries and libraries in targets, and enable the collectors needed for their shipped dependencies. Product SBOMs commonly emit both SPDX and CycloneDX.
Tool qualification mode
Tool mode describes software used to build, test, or generate documentation. It is kept separate from product mode because these components are not product runtime dependencies. Pass build-tool and documentation targets, use SPDX for the qualification inventory when required, and add the lockfiles and files used by those tools.
Changes to the Module
New Features
Initial Release
Improvements
Bug Fixes
not applicable
Other changes by Label
not applicable
Compatibility
For a detailed list checkout here: https://github.com/eclipse-score/sbom-tool/blob/main/MODULE.bazel
Performed Verification
tests
Known Issues
None
Known Vulnerabilities
None
Upgrade Instructions
not applicable
Contact Information
For any questions or support, please raise an issue/discussion.
This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.