You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] --- cyclonedx-maven-plugin:2.7.11:makeAggregateBom (default) @ email ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.5 with 219 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): C:\workspace\email\target\bom.xml
[INFO] attaching as email-1.3.6-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): C:\workspace\email\target\bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO] attaching as email-1.3.6-SNAPSHOT-cyclonedx.json
But bom.json/bom.xml generated still show CycloneDX 1.4 schema
2.7.11 does not support CDX 1.5 yet, 2.8 will: then no surprise on the content of generated files
but I'd expect the goal to reject configuring 1.5 instead of saying
[INFO] CycloneDX: Creating BOM version 1.5 with 219 component(s)
cyclonedx-maven-plugin 2.7.11 generates SBOM 1.4 when 1.5 schemaVersion is configured.
Following config was applied in pom.xml:
producing the following output:
But bom.json/bom.xml generated still show CycloneDX 1.4 schema
The text was updated successfully, but these errors were encountered: