turbot/gitlab_insights

Query: group_2fa_disabled_count

Usage

powerpipe query gitlab_insights.query.group_2fa_disabled_count

Steampipe Tables

SQL

select
'Disabled' as label,
count(*) as value,
case
when count(*) > 0 then 'alert'
else 'ok'
end as type
from
gitlab_group
where
not require_two_factor_authentication;

Dashboards

The query is used in the dashboards: