report benchmark run Command
The report benchmark run command performs a benchmark.
Usage
report benchmark run <benchmark_id> [--accounts <account_ids>] [--severity <level>] [--only-failing] [--only-check-results]
Parameters
| Parameter | Description | Required? | Default Value |
|---|---|---|---|
benchmark_id | Benchmark identifier | ✔️ |
Options
| Option | Description | Required? |
|---|---|---|
--accounts <account_ids> | Space-delimited account IDs on which to run the benchmark (by default, run on all accounts) | ️ ❌ |
--severity <level> | Filter by severity level (info, low, medium, high, or critical) | ️ ❌ |
--only-failing | Only display failing checks | ️ ❌ |
--only-check-results | Only include the result of checks in the report (as opposed to in benchmark sections) | ️ ❌ |
Example
> report benchmark run aws_cis_1_5 --severity critical