turbot/gitlab_insights

Query: project_internal_count

Usage

powerpipe query gitlab_insights.query.project_internal_count

Steampipe Tables

SQL

select
'Internal' as label,
count(*) as value
from
gitlab_my_project
where
visibility = 'internal';

Dashboards

The query is used in the dashboards: