View Source SBoM (SBoM v0.6.2)

Collect dependency information for use in a Software Bill-of-Materials (SBOM).

Link to this section Summary

Functions

Builds a SBoM for the current Mix project. The result can be exported to CycloneDX XML format using the SBoM.CycloneDX module. Pass an environment of nil to include dependencies across all environments.

Link to this section Functions

Link to this function

components_for_project(environment \\ :prod)

View Source

Builds a SBoM for the current Mix project. The result can be exported to CycloneDX XML format using the SBoM.CycloneDX module. Pass an environment of nil to include dependencies across all environments.

Wrap the call to this function with Mix.Project.in_project/3,4 to select a Mix project by path.