turbot/github_insights

Query: repository_without_license_count

Usage

powerpipe query github_insights.query.repository_without_license_count

Steampipe Tables

SQL

select
'Without License' as label,
count(*) as value,
case
when count(*) > 0 then 'alert'
else 'ok'
end as type
from
github_my_repository
where
license_info is null;

Dashboards

The query is used in the dashboards: