tern-tools / tern

Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
BSD 2-Clause "Simplified" License
967 stars 188 forks source link

Export specific format versions (SPDX) #1228

Closed vargenau closed 1 year ago

vargenau commented 1 year ago

This is a prototype for the ability to export in different versions of SPDX. It fixes https://github.com/tern-tools/tern/issues/1211

rnjudge commented 1 year ago

This functionality will be addressed in https://github.com/tern-tools/tern/pull/1233 so closing this PR. Thanks for your work, @vargenau.