Generates a CycloneDX SBOM in JSON format from a project's pom.xml using cyclonedx-maven-plugin.
docker build -t sbom-maven .Mount a directory containing a pom.xml:
docker run --rm \
-v "$(pwd):/semgrep/workspace" \
-v "./outputs:/semgrep/outputs" \
sbom-mavenThe generated bom.json will be written to the outputs directory.