turbot/gitlab_insights

Query: project_public_count

Usage

powerpipe query gitlab_insights.query.project_public_count

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: