arkajnag23
arkajnag23
### Discussed in https://github.com/CycloneDX/cdxgen/discussions/1261 Originally posted by **arkajnag23** July 23, 2024 I am using CDXGEN server mode and using POST method (/sbom) to generate the SBOM. I have multi module...
**What happened**: Not able to find any support to decide or exclude what scope to be included for scanning. **What you expected to happen**: Support like how we have in...
**What would you like to be added**: Remove duplicates in cyclonedx-json format when same bom-ref **Why is this needed**: As we plan to report the json file to governance for...
### Discussed in https://github.com/CycloneDX/cdxgen/discussions/1313 Originally posted by **arkajnag23** August 14, 2024 I am running CDXGEN in Server mode and using API to generate the SBOMs. For some multi-module maven projects...
When I running maven command line with **mvn clean org.cyclonedx:cyclonedx-maven-plugin:2.8.1:makeAggregateBom** using **-DexcludeGroupId or -DexcludeArtifactId** doesn't seem to ignore the required artifacts from the final generated SBOMs. ``` withMaven(jdk: jdk17Version, maven:...