Skip to content

This components aims at generating PDF reports for software bill of materials based on CycloneDX standard.

License

Notifications You must be signed in to change notification settings

starwit/sbom-report-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report sBOM Generator

This components aims at generating PDF reports for software bill of materials based on CycloneDX standard. More info on this standard can be found here.

How to run

As this is a Spring Boot app, compiling and running is simple:

    mvn clean package
    java -jar target/application-sbom-generator.jar 

You can reach API via:

http://localhost:8080/swagger-ui/index.html

About

This components aims at generating PDF reports for software bill of materials based on CycloneDX standard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages