alphagov / paas-steampipe-dashboard

a steampipe.io based dashboard for GOV.UK PaaS and related things
MIT License
13 stars 0 forks source link

check buildpack repositories releases #19

Closed pauldougan closed 1 year ago

pauldougan commented 2 years ago
pauldougan commented 2 years ago
pauldougan commented 2 years ago

https://hub.steampipe.io/plugins/turbot/github/tables/github_release

pauldougan commented 2 years ago
select
  name  
from 
  github_search_repository 
where 
  query='user:alphagov paas in:name' order by name
select
  count(*) 
from 
  github_search_repository 
where 
  query='user:alphagov paas in:name' order by name