turbot/guardrails_insights

Query: mod_auto_update

Usage

powerpipe query guardrails_insights.query.mod_auto_update

SQL

select
count(*) as "Workspaces with Auto Update Enabled"
from
guardrails_policy_setting
where
filter = 'policyTypeId:"tmod:@turbot/turbot#/policy/types/modAutoUpdate" level:self';