Closed
Description
GraalVM's native-image
has a feature where it can create a SBOM on native image build time and embed it. You can then use the native-image-inspect
to extract the SBOM from the native image.
The GraalVM team would be open to expose an API in the graal-sdk
to get the SBOM directly without the need of the native-image-inspect
. We could add support for that in our actuator SBOM endpoint.