Skip to content

Instantly share code, notes, and snippets.

@mrbusche
Created March 24, 2024 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrbusche/d544af1656d4a771594e39fe1308fb8f to your computer and use it in GitHub Desktop.
Save mrbusche/d544af1656d4a771594e39fe1308fb8f to your computer and use it in GitHub Desktop.
generate sbom
./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