sbomgen

Creating SBOMs from Erlang Projects

Introduction

This tutorial illustrates how to produce an SBOM from Erlang projects using the Rebar3_Sbom plugin.

Requirements

Installation and Usage

Navigate to your Erlang project.

Copy and paste:

{plugins, [rebar3_sbom]}.

into your rebar.config file.

Then run:

rebar3 sbom

A bom.xml should appear in your directory.

Notes

References