mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
1.2 KiB
1.2 KiB
Elixir
Trivy supports Hex repository for Elixir.
The following scanners are supported.
| Package manager | SBOM | Vulnerability | License |
|---|---|---|---|
| hex | ✓ | ✓ | - |
The following table provides an outline of the features Trivy offers.
| Package manager | File | Transitive dependencies | Dev dependencies | Dependency graph | Position |
|---|---|---|---|---|---|
| hex | mix.lock1 | ✓ | Excluded | - | ✓ |
Hex
In order to detect dependencies, Trivy searches for mix.lock1 .
Configure your project to use mix.lock1 file.
-
mix.lockis default name. To scan a custom filename use file-patterns ↩︎