turbot/gitlab_insights

Query: project_popular_copyleft_license_count

Usage

powerpipe query gitlab_insights.query.project_popular_copyleft_license_count

Steampipe Tables

SQL

select
'Popular Copyleft' as label,
count(*) as value
from
gitlab_my_project
where
license_key in (
'gpl-3.0',
'gpl-2.0',
'agpl-3.0',
'agpl-2.0',
'cc-by-sa-4.0',
'apsl'
);

Dashboards

The query is used in the dashboards: