Skip to content

Commit

Permalink
#881 manalyze is not enable by default and default path is for docker…
Browse files Browse the repository at this point in the history
… image of FileInfo
  • Loading branch information
jeromeleonard committed Oct 15, 2020
1 parent 7fbea0e commit 6e51a1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions analyzers/FileInfo/FileInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
"type": "boolean",
"required": true,
"multi": false,
"default": false
"defaultValue": false
},
{
"name": "manalyze_enable_docker",
"description": "Use docker to run Manalyze.",
"description": "Use docker to run Manalyze. Can be used only if not using the docker image of FileInfo",
"type": "boolean",
"required": false,
"multi": false,
"default": false
"defaultValue": false
},
{
"name": "manalyze_enable_binary",
"description": "Use local binary to run Manalyze. Need to compile it before!",
"type": "boolean",
"required": false,
"multi": false,
"default": true
"defaultValue": true
},
{
"name": "manalyze_binary_path",
"description": "Path to the Manalyze binary that was compiled before",
"description": "Path to the Manalyze binary that was compiled before. Keep the default value if using the docker image of FileInfo ",
"type": "string",
"required": false,
"multi": false,
"default": "/Workder/Manalyze/bin/manalyze"
"defaultValue": "/Worker/Manalyze/bin/manalyze"
}
]
}
Expand Down

0 comments on commit 6e51a1c

Please sign in to comment.