turbot/gitlab_insights

Query: project_star_table

Usage

powerpipe query gitlab_insights.query.project_star_table

Steampipe Tables

SQL

select
full_path as "Project",
star_count as "Stars",
web_url
from
gitlab_my_project
order by
star_count desc,
full_path;

Dashboards

The query is used in the dashboards: