turbot/github_insights

Query: organization_2fa_enabled_count

Usage

powerpipe query github_insights.query.organization_2fa_enabled_count

Steampipe Tables

SQL

select
'Enabled' as label,
count(*) as value
from
github_my_organization
where
two_factor_requirement_enabled = true;

Dashboards

The query is used in the dashboards: