turbot/gitlab_insights

Query: project_permissive_license_count

Usage

powerpipe query gitlab_insights.query.project_permissive_license_count

Steampipe Tables

SQL

select
'Permissive' as label,
count(*) as value
from
gitlab_my_project
where
license_key in (
'apache-2.0',
'mit',
'bsd-3',
'bsd-2',
'bsd-3-clause',
'bsd2-clause',
'cc-by-4.0',
'wtfpl',
'ms-pl',
'unlicensed'
);

Dashboards

The query is used in the dashboards: