Add csaf reporting - #106
Open
TaniaGithub0401 wants to merge 39 commits into
Open
TaniaGithub0401 wants to merge 39 commits into
TaniaGithub0401 wants to merge 39 commits into
Conversation
mmacata
approved these changes
Sep 23, 2026
Comment on lines
+312
to
+313
| - `additional-packages`: Space-separated list of additional system packages | ||
| to install before creating a Python environment. |
Member
There was a problem hiding this comment.
Suggested change
| - `additional-packages`: Space-separated list of additional system packages | |
| to install before creating a Python environment. | |
| - `additional-packages`: Space-separated list of additional system packages | |
| to install before creating a Python environment. For installation of GDAL see | |
| example. In the requirements.txt the gdal version must not be set | |
| to a fixed version to avoid conflicts with system version. |
Comment on lines
+289
to
+291
| dependency-track-url: https://dependency-track.example.com | ||
| dependency-track-project-name: example-project | ||
| dependency-track-project-version: latest |
Member
There was a problem hiding this comment.
See comments in actinia-org/actinia-core#760.
Fine for me to be adjusted in a later PR, if suggestions are possible.
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 builds on the Dependency-Track integration from PRs #103 and #758 and extends the reusable SBOM workflow with CSAF 2.0 VEX generation and validation. The CSAF report is generated from Dependency-Track findings and analysis states and is validated automatically in the workflow. The implementation supports Docker and Python dependency sources and handles cases where no findings or no analyzed findings are available. Storage/publication of the final CSAF document and email notifications are still open and will be handled separately.