Merge pull request #5 from Alfresco/master

get all new changes
This commit is contained in:
Toni de la Fuente
2017-07-11 16:39:25 -04:00
committed by GitHub
2 changed files with 574 additions and 374 deletions

View File

@@ -79,6 +79,10 @@ or if you want a colored HTML report do:
pip install ansi2html
./prowler | ansi2html -la > report.html
```
or if you want a pipe-delimited report file, do:
```
./prowler -M csv > output.psv
```
5 - For help use:
@@ -93,7 +97,7 @@ USAGE:
-c <checknum> specify a check number or group from the AWS CIS benchmark (i.e.: check11 for check 1.1 or check3 for entire section 3)
-f <filterregion> specify an AWS region to run checks against (i.e.: us-west-1)
-m <maxitems> specify the maximum number of items to return for long-running requests (default: 100)
-b do not use colors in the output
-M <mode> output mode: text (defalut), mono, csv (separator is "|"; data is on stdout; progress on stderr)
-h this help
```

942
prowler

File diff suppressed because it is too large Load Diff