View Source mix lei.scan (LowEndInsight v0.8.1)

This is used to run a LowEndInsight scanner against a project.

#Usage

mix lei.scan

This will return a basic list of reports in JSON format. LowEndInsight will scan the mix.exs file for the list of dependencies, enumerating through them and fetching the source repo URL from the Hex.pm API. Then the scanner passes that URL to LowEndInsight which does a temporary clone to perform its analysis of each dependency.

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.