patch to resolve issue #137 - the output path can be a file name if the format is not ALL

Former-commit-id: 05c638b21f09842781e105259ff58819e4bd3e8c
This commit is contained in:
Jeremy Long
2014-11-09 19:52:42 -05:00
parent d90e7820cd
commit e6806fdf2b
3 changed files with 37 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ Short | Argument Name   | Parameter | Description | Requir
\-a | \-\-app | \<name\> | The name of the application being scanned. This is a required argument. | Required
\-s | \-\-scan | \<path\> | The path to scan \- this option can be specified multiple times. It is also possible to specify Ant style paths (e.g. directory/**/*.jar). | Required
| \-\-exclude | \<pattern\> | The path patterns to exclude from the scan \- this option can be specified multiple times. This accepts Ant style path patterns (e.g. **/exclude/**) . | Optional
\-o | \-\-out | \<folder\> | The folder to write reports to. This defaults to the current directory. | Optional
\-o | \-\-out | \<path\> | The folder to write reports to. This defaults to the current directory. If the format is not set to ALL one could specify a specific file name. | Optional
\-f | \-\-format | \<format\> | The output format to write to (XML, HTML, VULN, ALL). The default is HTML. | Required
\-l | \-\-log | \<file\> | The file path to write verbose logging information. | Optional
\-n | \-\-noupdate | | Disables the automatic updating of the CPE data. | Optional