Pull a specific project rather than looping? #342
roadSurfer
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The project was initially built for use in CI/CD pipelines in a microservices architecture where we wanted seamless integration to Dep Track during the pipeline, even for new projects that don't exist in Dep Track yet. So the plugin was set up to use the maven coordinates as the primary mechanism for identifying projects in Dependency Track, as that is the primary identifier in the maven build lifecycle. This meant we didn't need to encode an ID from another system into the Maven POM file to be able to use the plugin. So we buy some complexity in implementation for simplicity in use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that the plugin pulls all the projects from the DepTrack server and then filters them by name & version.
Would it not be more efficient to simply ask DepTrack for the specific project?
I have a forked branch of the code for which I could issue a pull request if you like.
Beta Was this translation helpful? Give feedback.
All reactions