Skip to content

Commit

Permalink
Update README file to refer cis_v300 benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Oct 30, 2024
1 parent 7e5b5ec commit 9567b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ powerpipe benchmark list
Run a benchmark:

```sh
powerpipe benchmark run azure_compliance.benchmark.cis_v200
powerpipe benchmark run azure_compliance.benchmark.cis_v300
```

Different output formats are also available, for more information please see
Expand All @@ -93,15 +93,15 @@ vi powerpipe.ppvars
Alternatively you can pass variables on the command line:

```sh
powerpipe benchmark run azure_compliance.benchmark.cis_v200 --var 'tag_dimensions=["Environment", "Owner"]'
powerpipe benchmark run azure_compliance.benchmark.cis_v300 --var 'tag_dimensions=["Environment", "Owner"]'
```

Or through environment variables:

```sh
export PP_VAR_common_dimensions='["subscription_id", "connection_name", "resource_group"]'
export PP_VAR_tag_dimensions='["Environment", "Owner"]'
powerpipe benchmark run azure_compliance.benchmark.cis_v200
powerpipe benchmark run azure_compliance.benchmark.cis_v300
```

## Open Source & Contributing
Expand Down

0 comments on commit 9567b9f

Please sign in to comment.