how to properly configure dependencytrack architecture #3858
Unanswered
evyaroshevich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Can you advise on the best way to properly organize the architecture/structure of projects in DependencyTrack?
I use the addition of SBOM files through the CI/CD pipeline in my company. I immediately encountered the problem of mixing projects and inconvenient visual representation. After that, I created a parent project as an empty project, and into it, I already laid out the child projects with versions. My scheme now looks like this:
Project A (empty)
• project A ver 1
• project A ver 2
• project A ver 1 image
Project B (empty)
• project B ver 1
• project B ver 2
• etc.
But over time, projects grow with their versions, and often the SBOM file does not change (constant assembly of the CI/CD pipeline), resulting in duplicate projects.
And so the main question is: how to organize the architecture and clean up projects?
I would be grateful for any advice on optimizing the dependency check process.
Beta Was this translation helpful? Give feedback.
All reactions