turbot/gitlab_insights

Query: group_public_count

Usage

powerpipe query gitlab_insights.query.group_public_count

Steampipe Tables

SQL

select
'Public' as label,
count(*) as value
from
gitlab_group
where
visibility = 'public';

Dashboards

The query is used in the dashboards: