Skip to content

Add Dependency-Track VEX reporting - #103

Merged
mmacata merged 15 commits into
mundialis:mainfrom
TaniaGithub0401:add-openvex-cra-reporting
Sep 23, 2026
Merged

mmacata merged 15 commits into
mundialis:mainfrom
TaniaGithub0401:add-openvex-cra-reporting

Conversation

@TaniaGithub0401

Copy link
Copy Markdown
Contributor

This PR extends the reusable SBOM vulnerability workflow with Dependency-Track integration.

Instead of generating OpenVEX directly from the Grype results, the workflow now uses the findings identified by Dependency-Track to generate a CycloneDX VEX document. This allows the VEX analysis to be matched directly to the components and vulnerabilities known by Dependency-Track.

The workflow now:

  • uploads CycloneDX SBOMs to Dependency-Track and automatically creates the project if needed
  • waits for the SBOM analysis and retrieves the project findings
  • generates CycloneDX VEX for new findings and sets them to in_triage
  • keeps existing analysis states and suppressed findings unchanged
  • supports both Docker and Python SBOMs
  • keeps the Dependency-Track logic in a reusable composite action

The existing Grype/SARIF scan and GitHub Security reporting remain unchanged.

@mmacata mmacata left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you a lot for this improvement!! (:

@mmacata
mmacata merged commit 3ea9f76 into mundialis:main Sep 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants