-
Notifications
You must be signed in to change notification settings - Fork 20
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
Failing JBOM test #1049
base: main
Are you sure you want to change the base?
Failing JBOM test #1049
Conversation
Taking a look at the data, it feels like the file is broken. For example, there's dependency declared: {
"ref" : "null:quarkus-vertx:vertx/pom",
"dependsOn" : [
"io.quarkus:quarkus-arc:null",
[…]
]
}, However the reference |
Can you provide a list of all the missing dependencies? I am wondering if there is something happening with the fact that this is a runtime SBOM - e.g. it means that some classes are being filtered due to the classloader being used. |
Sure:
|
OK, I'm going to add 2 additional test files that are generated directly from our Java agent. These should give a better indication. |
This adds an ignored failing test for a JBOM Runtime SBOM.
It currently fails with: