Dependency Submission API - Hierarchy not rendered #19495
Unanswered
mikepenz
asked this question in
Code Security
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the new Dependency Submission API it won't render the nested hierarchy (parent / child) for maven dependencies.
Please find the page here
Given the following JSON via the Dependency Submission Toolkit
{ "detector": { "name": "mikepenz/gradle-dependency-submission", "url": "https://github.com/mikepenz/gradle-dependency-submission", "version": "0.0.4" }, "version": 0, "job": { "correlator": "gradle-action-detection-:app-:simple-app-debugCompileClasspath,debugCompileClasspath", "id": "2564611052" }, "sha": "91651b6cd169320667350c3e5ebe7cae6722f027", "ref": "refs/heads/main", "scanned": "2022-06-26T15:11:54.392Z", "manifests": { "simple-app": { "resolved": { "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.6.10": { "package_url": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.6.10", "relationship": "direct", "dependencies": [ "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.10", "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.6.10" ] }, "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.10": { "package_url": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.10", "relationship": "indirect", "dependencies": [ "pkg:maven/org.jetbrains/annotations@13.0", "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.10" ] }, "pkg:maven/org.jetbrains/annotations@13.0": { "package_url": "pkg:maven/org.jetbrains/annotations@13.0", "relationship": "indirect", "dependencies": [] }, "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.10": { "package_url": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.6.10", "relationship": "indirect", "dependencies": [] }, "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.6.10": { "package_url": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.6.10", "relationship": "indirect", "dependencies": [ "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.6.10" ] } }, "name": "simple-app", "file": { "source_location": "gradle-example/simple-app/build.gradle" } } } }Beta Was this translation helpful? Give feedback.
All reactions