Created
March 24, 2024 19:40
-
-
Save mrbusche/d544af1656d4a771594e39fe1308fb8f to your computer and use it in GitHub Desktop.
generate sbom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --no-parallel --continue build | |
# sdk install java 17.0.10-tem | |
npm install -g @cyclonedx/cdxgen | |
cdxgen -t java -o bom.json | |
CDX_MAVEN_GOAL CycloneDX Maven plugin goal to use. Default makeAggregateBom. Other options: makeBom, makePackageBom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment