Skip to content

Commit

Permalink
Merge pull request #5 from Alfresco/master
Browse files Browse the repository at this point in the history
get all new changes
  • Loading branch information
toniblyx authored Jul 11, 2017
2 parents 1d53bb2 + 59c8c8a commit 1625bbc
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 375 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
```
Expand Down
Loading

0 comments on commit 1625bbc

Please # to comment.