LowEndInsight v0.6.0 mix lei.bulk_analyze View Source
This is used to run a LowEndInsight scan against a repository, by cloning it locally, then looking into it. Pass in the repo URL as a parameter to the task.
#Usage
cat url_list | mix lei.bulk_analyze | jq
This will return a big report (prettied by jq), depending on your list quantity.
{
"state": "complete",
"report": {
"uuid": "2916881c-67d7-11ea-be2b-88e9fe666193",
"repos": [
{
"header": {
"uuid": "25b55c30-67d6-11ea-9764-88e9fe666193",
"start_time": "2020-03-16T22:32:45.324687Z",
"source_client": "mix task",
"library_version": "",
"end_time": "2020-03-16T22:33:24.152148Z",
"duration": 39
},
"data": {
"risk": "high",
"results": {
"top10_contributors": [
{
...
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
.