You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we generate a cyclondex SBOM through the quarkus-cyclonedx plugin and upload it to dependency-track, the components are present, but the dependency graph is missing.
Expected behavior
The dependency graph is present.
Actual behavior
The dependency graph shows only the root, no sub-elments
Describe the bug
When we generate a cyclondex SBOM through the
quarkus-cyclonedx
plugin and upload it todependency-track
, the components are present, but the dependency graph is missing.Expected behavior
The dependency graph is present.
Actual behavior
The dependency graph shows only the root, no sub-elments
How to Reproduce?
Reproducer:
feature/cyclonedx
:target/quarkus-run-cyclonedx.json
to adependency-track
projectOutput of
uname -a
orver
Output of
java -version
Quarkus version or git rev
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional information
No response
The text was updated successfully, but these errors were encountered: