This repository showcases SBOM support in Oracle GraalVM Native Image and Spring Boot.
Build:
mvn -Pnative native:compile
Run:
./target/demo
Curl the Actuator SBOM endpoint to retrieve the SBOM:
curl http://localhost:8080/actuator/sbom/native-image
You can explore scan the executable with your scanner of choice, such as syft:
syft ./target/demo