turbot/gcp_compliance
Loading controls...

Control: Cloudfunction functions ingress settings should not be set to allow all

Description

It is recommended that Cloudfunction functions ingress settings should not be set to `allow all` as it allow all inbound requests to the function.

Usage

Run the control in your terminal:

powerpipe control run gcp_compliance.control.cloudfunction_function_no_ingress_settings_allow_all

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run gcp_compliance.control.cloudfunction_function_no_ingress_settings_allow_all --share

SQL

This control uses a named query:

cloudfunction_function_no_ingress_settings_allow_all

Tags