Including CycloneDX for SBOM generation

This commit is contained in:
Patrick Baumgartner 2024-05-26 12:46:57 +02:00 committed by Dave Syer
parent fa8f6836bd
commit 308f7ec783
2 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,7 @@ plugins {
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.graalvm.buildtools.native' version '0.10.2'
id 'org.cyclonedx.bom' version '1.8.2'
id 'io.spring.javaformat' version '0.0.41'
id "io.spring.nohttp" version "0.0.11"
}