steampipe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
steampipe [2022/06/09 16:17] – created mguptonsteampipe [2022/10/31 18:53] (current) – [Azure Compliance Mod] mgupton
Line 1: Line 1:
 ====== Steampipe ====== ====== Steampipe ======
 +  * [[https://steampipe.io/]]
  
 ====== Azure ====== ====== Azure ======
Line 7: Line 8:
 select * from azure_ad_user; select * from azure_ad_user;
 </code> </code>
 +
 +
 +===== Azure Compliance Mod =====
 +Example running CIS Benchmark checks
 +<code bash>
 +az login --tenant <tenant id>
 +az account list
 +az account set --subscription <subscription id>
 +
 +steampipe check azure_compliance.benchmark.cis_v150 --export=cis_v150.csv --export=cis_v150.json --export=cis_v150.html
 +</code>
 +
 +
  
  
  
  • steampipe.1654791463.txt.gz
  • Last modified: 2022/06/09 16:17
  • by mgupton