Adopt unified SBOM workflow (parent project + latest flag) - #184
Open
nevoodoo wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Vulnerability AuditFound 9 vulnerabilities across 3 packages. Blocked upstream — needs a fix in a parent package
Dev-only — not in production image
|
Contributor
🐳 Docker Image BuiltA new Docker image has been built for this PR: Image: Pull command: docker pull australia-southeast1-docker.pkg.dev/cpg-common/images-dev/cpg_flow:6c929cefcb0ffb87c3f1967c685cb15816050434🔗 View in Google Cloud Console This comment was automatically generated by the Docker workflow. |
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.
What changes:
parentName, attaching each version project to the repo's collection parent in Dependency-Track. This fixes new versions being created orphaned and therefore missing from the daily security digest (e.g. cpg-flow 1.4.0 on Aug 10).isLateston uploads frommain/tags, so the parent's "aggregate latest children" collection logic tracks the newest version automatically.uv.lock→uv sync --frozen --no-dev;requirements.txt→uv pip install -r; otherwise installs frompyproject.toml.