alina-yur / native-spring-boot-sbom

SBOM support in Oracle GraalVM Native Image and Spring Boot

Repository from Github https://github.comalina-yur/native-spring-boot-sbomRepository from Github https://github.comalina-yur/native-spring-boot-sbom

SBOM support in Spring Boot and GraalVM Native Image

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

About

SBOM support in Oracle GraalVM Native Image and Spring Boot

License:Apache License 2.0


Languages

Language:Java 100.0%