turbot / steampipe-docs

Steampipe documentation content in markdown format.
https://steampipe.io/docs
Other
10 stars 30 forks source link

Add example of --where to exclude specific controls #128

Open e-gineer opened 1 year ago

e-gineer commented 1 year ago

you can use --where to exclude specific controls when running in check mode. Here is an example:

steampipe check aws_compliance.benchmark.cis_v150_1 --where "resource_name not in ('cis_v150_1_1', 'cis_v150_1_3')"