turbot/github_insights

Query: repository_weak_copyleft_license_count

Usage

powerpipe query github_insights.query.repository_weak_copyleft_license_count

Steampipe Tables

SQL

select
'Weak Copyleft' as label,
count(*) as value
from
github_my_repository
where
license_info ->> 'key' in ('lgpl-3.0','lgpl-2.1','mpl-2.0','epl-2.0','osl-3.0','eupl-1.2')
group by
license_info;

Dashboards

The query is used in the dashboards: