whitesource-ps / ws-sbom-generator

WS SBOM Report Generator in SPDX or CycloneDX format
Apache License 2.0
32 stars 7 forks source link

[FR] [ws-sbom-generator] Change RDF Report File Extension or Naming Convention #53

Closed benavidezb closed 2 years ago

benavidezb commented 2 years ago

Using the all argument with the --type option only outputs xml, yml, json, and tv but does not include rdf. This is probably because the rdf option outputs reports with a .xml file extension. Would it be possible to instead have this output with a .rdf extension and include all reports (xml, yml, json, tv, and rdf) when running --type all? Or if the extension must be maintained, could it instead be output as "filename.rdf.xml"?

tamari-oz commented 2 years ago

In version 0.3.6 the suffix for RDF format is 'rdf'.

benavidezb commented 2 years ago

I was running <0.3.6 but after updating I see this now. Thank you!