SBOMgensbomgen

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

Example SBOM

This section illustrates a CycloneDX XML SBOM, from the Rebar3_Sbom codebase, created via Rebar3_Sbom.

Pretty JSON Display

erlang sbom


    

References