Skip to main content

Mix

Mix

The Mix package manager for Elixir, using mix_sbom for SBOM generation.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
analyzer:
packageManagers:
Mix:
options:
includeSystemDependencies: false

Use the following syntax to configure this plugin in a repository's .ort.yml:

analyzer:
package_managers:
Mix:
options:
includeSystemDependencies: false

If the plugin is configured in both locations, the configurations are merged, with options from .ort.yml taking precedence over those from config.yml.

Options

includeSystemDependencies

BOOLEAN Default

Whether to include OTP system dependencies (elixir, kernel, logger, stdlib) in the analysis.