-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dependencies of type=zip
to dependency-graph
#331
Comments
zkstchhh
added a commit
to zkstchhh/cyclonedx-gradle-plugin
that referenced
this issue
Mar 27, 2024
Merged
zkstchhh
added a commit
to zkstchhh/cyclonedx-gradle-plugin
that referenced
this issue
Mar 27, 2024
Signed-off-by: Kai Zhuo <kai.zhuo@stiwa.com>
glefloch
pushed a commit
that referenced
this issue
Apr 23, 2024
Signed-off-by: Kai Zhuo <kai.zhuo@stiwa.com>
done in #413 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have quite a lot of internal dependencies in our projects where we have a zip file as artifact (using
@zip
as extension in the dependencies block in build.gradle).Using this plugin, this dependencies are correctly included in the bom file with
?type=zip
.Also in dependency-track, they are correctly shown in the
Components
tab.However, when using
Show in dependency graph
in dependency-track, the root of the graph is shown withDependency could not be found in dependency graph
displayed above.I had a quick look through the generation of the graph in the code and found that here and here the dependencies and child dependencies are only added to the graph if the type is either
jar
oraar
.To get a more complete graph I would propose to also add dependencies of other types to the dependency-graph.
The text was updated successfully, but these errors were encountered: