mix.exs
and mix.lock
files. The mix.lock
file must be present and in sync with the mix.exs
file.app
keyword from the project/0
function exported by Mix.Project
in the main mix.exs
file.--project-name
CLI parameter.mix.exs
, each app mix.exs
appears as a separate project in the Snyk UI, named according to the path to the app.:hex
packages listed in the Mix project, including all their transitive dependencies and any vulnerabilities.:path
, :git
and :github
dependencies, but not their transitive dependencies or vulnerabilities.:path
dependencies appear in the dependency tree by name:git
and :github
dependencies appear in the dependency tree by repository URL and version (either :branch
, :tag
or :ref
, as defined in the mix.exs
file)