added numeral feature request issue #101
This commit is contained in:
Toni de la Fuente
2017-09-08 18:19:31 -04:00
committed by GitHub
parent dfd8e74003
commit e9ed339610

View File

@@ -30,7 +30,7 @@ With Prowler you can:
- get a colourish or monochrome report
- a CSV format report for diff
- run specific checks without having to run the entire report
- check multiple AWS accounts in parallel
- check multiple AWS accounts in parallel
## Requirements
This script has been written in bash using AWS-CLI and it works in Linux and OSX.
@@ -130,6 +130,7 @@ USAGE:
-m <maxitems> specify the maximum number of items to return for long-running requests (default: 100)
-M <mode> output mode: text (defalut), mono, csv (separator is ","; data is on stdout; progress on stderr)
-k keep the credential report
-n show check numbers to sort easier (i.e.: 1.01 instead of 1.1)
-h this help
```