erlef/Mix SBoM
Calculates dependencies for Mix and outputs a CycloneDX File
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Repo path to the mix.exs file used to detect dependencies. Defaults to mix.exs in the root of the repository. | yes | ${{ github.workspace }} |
| schema | CycloneDX Schema Version | yes | 1.6 |
| format | CycloneDX Output Format | yes | json |
| reuse-beam | Use local BEAM installation instead of pre-compiled binaries. Requires Elixir/Erlang to be set up beforehand. | no | false |
| include-system-dependencies | Include system dependencies (Erlang/OTP, Elixir, Hex) in the SBoM. | no | true |
Outputs
| name | description |
|---|---|
| sbom-path | Path to the generated SBoM |