Parameter | Description |
---|---|
Steampipe Mod | The steampipe mod to run. |
Benchmark | The name of the selected mod benchmark (or control) to run. |
File Identifier | The identifier of the report file to create. Leave empty to get the report as the step output. |
Output Format | Representation of the output result. |
Variables | Specify parameters for running the benchmark by adding a new variable with a name and value. |
steampipe check oci_thrifty.benchmark.compute --var 'compute_running_instance_age_max_days=30'
From this example, you can see that the variable compute_running_instance_age_max_days
has a value of 30
. To add this variable in the form, enter compute_running_instance_age_max_days
in the “Name” column and 30
in the “Value” column.