TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GitHub Org Audit Tool

57 pointsby benfrancomover 2 years ago
This is a tool for auditing github organizations including their repos, users, and teams. It is useful for compliance, security and auditing.

5 comments

megamorfover 2 years ago
Unfortunately, it leaves a lot to be desired. I've actually had to do a fair bit of GH access reporting myself recently and I can recommend the GraphQL API as it allows you to properly list direct and indirect permissions on repositories (org + team + direct collaborator) that are alot harder to do with the REST API due to its inconsistent permissions model.
评论 #33558193 未加载
评论 #33557658 未加载
评论 #33556989 未加载
candiddevmikeover 2 years ago
Why audit when you can declare all of this in Terraform? <a href="https:&#x2F;&#x2F;registry.terraform.io&#x2F;providers&#x2F;integrations&#x2F;github&#x2F;latest&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;registry.terraform.io&#x2F;providers&#x2F;integrations&#x2F;github&#x2F;...</a>
评论 #33556374 未加载
评论 #33556361 未加载
评论 #33556395 未加载
maartenhover 2 years ago
Awesome! I built something like this for $JOB-1 too. Unfortunately didn&#x27;t get to open source this before I left.<p>I built in an a mechanism for policy checks too, e.g. to check that only an allowed list of repositories was public, and that permissions were only assigned through teams.
atonseover 2 years ago
How about using steampipe for this?
评论 #33556976 未加载
serge1978over 2 years ago
This is super helpful!