All Projects → genuinetools → Audit

genuinetools / Audit

Licence: mit
For auditing what collaborators, hooks, and deploy keys you have added on all your GitHub repositories.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Audit

Docker Lock
Automatically manage image digests in Dockerfiles, docker-compose files, and Kubernetes manifests by tracking them in a separate Lockfile
Stars: ✭ 319 (-4.78%)
Mutual labels:  cli
Pkg
Package your Node.js project into an executable
Stars: ✭ 19,349 (+5675.82%)
Mutual labels:  cli
Pipx
Install and Run Python Applications in Isolated Environments
Stars: ✭ 4,398 (+1212.84%)
Mutual labels:  cli
Percollate
A command-line tool to turn web pages into beautiful, readable PDF, EPUB, or HTML docs.
Stars: ✭ 3,535 (+955.22%)
Mutual labels:  cli
Teachcode
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
Stars: ✭ 325 (-2.99%)
Mutual labels:  cli
Corber
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
Stars: ✭ 327 (-2.39%)
Mutual labels:  cli
Img
Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
Stars: ✭ 3,512 (+948.36%)
Mutual labels:  cli
Typeorm Fixtures
💊 Fixtures loader for typeorm
Stars: ✭ 330 (-1.49%)
Mutual labels:  cli
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+5825.67%)
Mutual labels:  cli
Ack3
ack is a grep-like search tool optimized for source code.
Stars: ✭ 330 (-1.49%)
Mutual labels:  cli
Haxor News
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
Stars: ✭ 3,342 (+897.61%)
Mutual labels:  cli
Graphback
Graphback - Out of the box GraphQL server and client
Stars: ✭ 323 (-3.58%)
Mutual labels:  cli
Go Tea
Tea provides an Elm inspired functional framework for interactive command-line programs.
Stars: ✭ 329 (-1.79%)
Mutual labels:  cli
Swagger Cli
Swagger 2.0 and OpenAPI 3.0 command-line tool
Stars: ✭ 321 (-4.18%)
Mutual labels:  cli
Create Dmg
Create a good-looking DMG for your macOS app in seconds
Stars: ✭ 3,494 (+942.99%)
Mutual labels:  cli
Imag
imag - Text based personal information management suite
Stars: ✭ 318 (-5.07%)
Mutual labels:  cli
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+6058.81%)
Mutual labels:  cli
Sandy
A tiny "sandbox" to run untrusted code 🏖️
Stars: ✭ 335 (+0%)
Mutual labels:  cli
Jet
CLI to transform between JSON, EDN and Transit, powered with a minimal query language.
Stars: ✭ 331 (-1.19%)
Mutual labels:  cli
Nord Dircolors
An arctic, north-bluish clean and elegant dircolors theme.
Stars: ✭ 328 (-2.09%)
Mutual labels:  cli

audit

Travis CI GoDoc Github All Releases

For checking what collaborators, hooks, deploy keys, and protected branches you have added on all your GitHub repositories. This also scans all an organization's repos you have permission to view. Because nobody has enough RAM in their brain to remember this stuff for 100+ repos.

ARCHIVED IN FAVOR OF PEPPER: Check out genuinetools/pepper. Pepper does everything audit did.

Table of Contents

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/genuinetools/audit

Usage

$ audit -h
audit -  Tool to audit what collaborators, hooks, and deploy keys are on your GitHub repositories.

Usage: audit <command>

Flags:

  -d      enable debug logging (default: false)
  -owner  only audit repos the token owner owns (default: false)
  -orgs   specific orgs to check (e.g. 'genuinetools')
  -repo   specific repo to test (e.g. 'genuinetools/audit') (default: <none>)
  -token  GitHub API token (or env var GITHUB_TOKEN)

Commands:

  version  Show the version information.
$ audit --token 12345
genuinetools/apk-file ->
        Hooks (1):
                travis - active:true (https://api.github.com/repos/genuinetools/apk-file/hooks/8426605)
        Protected Branches (1): master
--

genuinetools/apparmor-docs ->
        Keys (1):
                jenkins - ro:false (https://api.github.com/repos/genuinetools/apparmor-docs/keys/18549738)
        Unprotected Branches (1): master
--

genuinetools/bane ->
        Hooks (1):
                travis - active:true (https://api.github.com/repos/genuinetools/bane/hooks/6178025)
        Protected Branches (1): master
--

genuinetools/battery ->
        Hooks (1):
                travis - active:true (https://api.github.com/repos/genuinetools/battery/hooks/8388640)
        Protected Branches (1): master
        Unprotected Branches (1): WIP
--

genuinetools/irssi ->
	Collaborators (3): tianon, genuinetools, docker-library-bot
	Hooks (1):
		docker - active:true (https://api.github.com/repos/genuinetools/irssi/hooks/3918042)
	Protected Branches (1): master
--
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].