turbot/github_insights

Query: repository_private_count

Usage

powerpipe query github_insights.query.repository_private_count

Steampipe Tables

SQL

select
'Private' as label,
count(*) as value
from
github_my_repository
where
visibility = 'PRIVATE';

Dashboards

The query is used in the dashboards: