platformio / platformio-core

Your Gateway to Embedded Software Development Excellence :alien:
https://platformio.org
Apache License 2.0
7.81k stars 787 forks source link

Generate project SBOM in SPDX format #4247

Open ivankravets opened 2 years ago

ivankravets commented 2 years ago

Generate Software bill of materials in the format that is already used for the package manifest, especially for the license field.

Proposed CLI:

pio project sbom --standard=spdx --format=json
simogaspa84 commented 1 year ago

Hi @ivankravets Is this already implemented in platformio ? Thanks