Add extract-sbom command to native-image-utils tool#13394
Conversation
|
How does this relate to the existing native-image-utils? |
Thanks for the pointer. It wasn't clear that |
No objection from me. |
7af7f0a to
aa1f5c1
Compare
47bae4a to
0829c86
Compare
|
The updated patch now uses existing |
This tool relies on a native library, libextract_sbom.a, which is currently Linux only and allows for the native-image-utils launcher, to read the gzip compressed SBOM bytes from another native image. Closes: oracle#13374
0829c86 to
03d13f8
Compare
Summary
This tool relies on a native library,
libextract_sbom.a, produced by the build, which is currently Linux only and allows forextract-sbomcommand added to thenative-image-utilstool. It can be used to read the gzip compressed SBOM bytes from another native image.Related Issues
Implementation of #13374
Testing
Basic Usage:
--native=...,native-image-utils --components="Native Image Configure Tool,...$GRAALVM_HOME/bin/native-image-utils extract-sbom --image-path=/path/to/binary-with-sbom-embeddedAssisted-by: Claude, Model: Sonnet 4.5