Merged
Conversation
b359939 to
dcae852
Compare
0a228fe to
7edbadb
Compare
Author
|
Review feedback applied. Dummy change for DEMO moved to own branch |
printminion-co
requested changes
Aug 14, 2025
printminion-co
left a comment
There was a problem hiding this comment.
review ok
if proposed changes accepted
7edbadb to
3fff3d0
Compare
Co-Authored-By: Thomas Lehmann <t.lehmann@strato.de> Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
3fff3d0 to
977e0db
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR implements SBOM (Software Bill of Materials) generation using a matrix approach to create individual components per artifact type. The workflow generates separate SBOMs for PHP (Composer) and JavaScript (NPM) dependencies and uploads them to Dependency Track for vulnerability scanning.
- Matrix-based parallel processing of multiple Nextcloud components and apps
- Separate SBOM generation for Composer and NPM dependencies per component
- Integration with Dependency Track for automated vulnerability analysis
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
SBOM generation using @printminion-co 's matrix approach plus applied feedback from 1:1 discussion to create individual components per artifact type instead of merging them. Reasoning: easier to find, avoids confusion when composer and NPM have the same name.
Applied feedback: