added information about configuring the verbose log file

Former-commit-id: 1d6927fbe8b880894b1e49ed5df2151501961270
This commit is contained in:
Jeremy Long
2013-11-16 09:26:22 -05:00
parent 9885b8d117
commit 3188b0f6cb
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ autoUpdate | Sets whether auto-updating of the NVD CVE/CPE data is enab
externalReport | When using as a Site plugin this parameter sets whether or not the external report format should be used. | false
failBuildOnCVSS | Specifies if the build should be failed if a CVSS score above a specified level is identified. The default is 11 which means since the CVSS scores are 0-10, by default the build will never fail. | 11
format | The report format to be generated (HTML, XML, VULN, ALL). This configuration option has no affect if using this within the Site plugin unless the externalReport is set to true. | HTML
logFile | The file path to write verbose logging information. |
connectionTimeout | The Connection Timeout. |
proxyUrl | The Proxy URL. |
proxyPort | The Proxy Port. |