turbot/guardrails_insights

Query: mod_installed_controls_error

Usage

powerpipe query guardrails_insights.query.mod_installed_controls_error

Steampipe Tables

SQL

select
case when count(*) > 0 then count(*) else '0' end as value,
'Mod Installed Errors' as label,
case when count(*) = 0 then 'ok' else 'alert' end as "type"
from
guardrails_control
where
filter = 'state:error controlTypeId:"tmod:@turbot/turbot#/control/types/modInstalled" level:self';

Dashboards

The query is used in the dashboards: