opensbom-generator / spdx-sbom-generator

Support CI generation of SBOMs via golang tooling.
396 stars 109 forks source link

Is there a way to have the SBOM printed to stdout ? #263

Open sbs2001 opened 2 years ago

sbs2001 commented 2 years ago

Currently the generated SBOM is always saved to a file, denoted by -o flag. This makes it complicated to use the BOM in scripts for further processing.

ba11b0y commented 1 year ago

Opened #283 which might fix this. Please review @nishakm and @puerco

ba11b0y commented 1 year ago

The new refactor solves this in https://github.com/opensbom-generator/spdx-sbom-generator/pull/295 @nishakm @puerco Do you want to mark this as resolved?