turbot/terraform_gcp_compliance

GitHub
Loading controls...

Control: Ensure that BigQuery datasets are not anonymously or publicly accessible

Description

It is recommended that the IAM policy on BigQuery datasets does not allow anonymous and/or public access.

Usage

Run the control in your terminal:

steampipe check terraform_gcp_compliance.control.bigquery_dataset_not_publicly_accessible

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_gcp_compliance.control.bigquery_dataset_not_publicly_accessible

SQL

This control uses a named query:

bigquery_dataset_not_publicly_accessible

Tags