TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: GitHub Org Audit Tool

57 点作者 benfrancom超过 2 年前
This is a tool for auditing github organizations including their repos, users, and teams. It is useful for compliance, security and auditing.

5 条评论

megamorf超过 2 年前
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 未加载
candiddevmike超过 2 年前
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 未加载
maartenh超过 2 年前
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.
atonse超过 2 年前
How about using steampipe for this?
评论 #33556976 未加载
serge1978超过 2 年前
This is super helpful!