Updated to support suppression file configuration

Former-commit-id: a84b9b51cf57e0449299d5815a5464b0f74e4a26
This commit is contained in:
Jeremy Long
2013-11-30 18:17:58 -05:00
parent 8faaf6a469
commit c8c6e0350a
2 changed files with 11 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ externalReport | When using as a Site plugin this parameter sets whether or
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. |
suppressionFile | The file path to the XML suppression file \- used to support suppressing false positives |
connectionTimeout | The Connection Timeout. |
proxyUrl | The Proxy URL. |
proxyPort | The Proxy Port. |