turbot/gitlab_insights

Query: group_private_count

Usage

powerpipe query gitlab_insights.query.group_private_count

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: