turbot/github_insights

Query: repository_public_count

Usage

powerpipe query github_insights.query.repository_public_count

Steampipe Tables

SQL

select
'Public' as label,
count(*) as value,
case
when count(*) > 0 then 'alert'
else 'ok'
end as type
from
github_my_repository
where
visibility = 'PUBLIC';

Dashboards

The query is used in the dashboards: