README.md
rebar3_sbom
=====
Generates a Software Bill-of-Materials (SBoM) in CycloneDX format
Build
-----
$ rebar3 compile
Use
---
Add the plugin to your rebar config, either in a project or globally in
~/.config/rebar3/rebar.config:
{plugins, [rebar3_sbom]}.
Then just call your plugin directly in an existing application:
$ rebar3 sbom
===> Verifying dependencies...
===> CycloneDX SBoM written to bom.xml