Add dropdown item for cyclonedx export
What does this MR do and why?
This MR adds a new dropdown menu item to export the dependency list in CycloneDX format.
This MR is part of a stack:
- Add CycloneDX exporter (!185516 - merged)
- Add cylonedx export parameter (!185517 - merged)
-
➡️ Add dropdown item for cyclonedx export (!185518 - merged) (You are here)
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
Screen_Recording_2025-03-28_at_1.09.19_PM
How to set up and validate locally
- Set up the dependency list
- Enable the feature flag:
echo 'Feature.enable(:cyclonedx_dependency_list_export)' | bundle exec rails c - On your project go to Security -> Dependency List
- Click Export -> Export as CycloneDX (JSON)
- Go to
<gdk_url>/rails/letter_opener/to download the export
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Brian Williams

