From 9567b9f6a078176ba34d34976b078b135a6ef375 Mon Sep 17 00:00:00 2001 From: misraved Date: Wed, 30 Oct 2024 22:01:48 +0530 Subject: [PATCH] Update README file to refer cis_v300 benchmark --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70af18e9..69e42ee9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -93,7 +93,7 @@ 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: @@ -101,7 +101,7 @@ 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