kubernetes-sigs / bom

A utility to generate SPDX-compliant Bill of Materials manifests

Home Page:https://kubernetes-sigs.github.io/bom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support additional output formats for SPDX

jdolitsky opened this issue · comments

From https://spdx.dev/resources/use/#documents:

SPDX Documents can use one of five file formats, tag/value (.spdx), JSON(.spdx.json), YAML(.spdx.yml), RDF/xml(spdx.rdf) and spreadsheets (.xls).

On bom generate, would like to be able to specify --format=json to get an SPDX document in JSON format.

We have talked about this so much that I can't believe we did not have an issue for it already (both for ingestion and output)

Opened #104 for the output side