turbot/github_insights

Query: organization_2fa_disabled_count

Usage

powerpipe query github_insights.query.organization_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
github_my_organization
where
two_factor_requirement_enabled = false;

Dashboards

The query is used in the dashboards: