Skip to content

Commit

Permalink
Some fixes for TemurinGenSBOM and latest CDXA update
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 4, 2024
1 parent 4473c09 commit fcdf28f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions cyclonedx-lib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,20 @@
<arg value="--xmlFile"/>
<arg value="${testSBOMFile_xml}"/>
</java>

<!-- This fails for XML until upstream issue is fixed: https://github.com/CycloneDX/cyclonedx-core-java/issues/562
<java classpath="${classpath}" classname="temurin.sbom.TemurinGenSBOM" fork="yes" failonerror="yes">
<arg value="--verbose"/>
<arg value="--addMetadataTools"/>
<arg value="--tool"/>
<arg value="verbose"/>
<arg value="addMetadataTools"/>
<arg value="tool"/>
<arg value="GCC"/>
<arg value="--version"/>
<arg value="version"/>
<arg value="10.1"/>
<arg value="--xmlFile"/>
<arg value="xmlFile"/>
<arg value="${testSBOMFile_xml}"/>
</java>
-->

<java classpath="${classpath}" classname="temurin.sbom.TemurinGenSBOM" fork="yes" failonerror="yes">
<arg value="--verbose"/>
<arg value="--addFormulation"/>
Expand Down

0 comments on commit fcdf28f

Please sign in to comment.