1
1
# audit
2
2
3
- [ ![ Travis CI] ( https://travis-ci.org/jessfraz /audit.svg?branch=master )] ( https://travis-ci.org/jessfraz /audit )
3
+ [ ![ Travis CI] ( https://travis-ci.org/genuinetools /audit.svg?branch=master )] ( https://travis-ci.org/genuinetools /audit )
4
4
5
5
For checking what collaborators, hooks, deploy keys, and protected branched
6
6
you have added on all your GitHub repositories. This also scans all an
7
7
organizations repos you have permission to view.
8
8
Because nobody has enough RAM in their brain to remember this stuff for 100+ repos.
9
9
10
- Check out [ jessfraz /pepper] ( https://github.com/jessfraz /pepper ) for setting all your GitHub repos master branches
10
+ Check out [ genuinetools /pepper] ( https://github.com/genuinetools /pepper ) for setting all your GitHub repos master branches
11
11
to be protected. Even has settings for organizations and a dry-run flag for the paranoid.
12
12
13
13
## Installation
14
14
15
15
#### Binaries
16
16
17
- - ** darwin** [ 386] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-darwin-386 ) / [ amd64] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-darwin-amd64 )
18
- - ** freebsd** [ 386] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-freebsd-386 ) / [ amd64] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-freebsd-amd64 )
19
- - ** linux** [ 386] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-linux-386 ) / [ amd64] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-linux-amd64 ) / [ arm] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-linux-arm ) / [ arm64] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-linux-arm64 )
20
- - ** solaris** [ amd64] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-solaris-amd64 )
21
- - ** windows** [ 386] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-windows-386 ) / [ amd64] ( https://github.com/jessfraz /audit/releases/download/v0.3.0/audit-windows-amd64 )
17
+ - ** darwin** [ 386] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-darwin-386 ) / [ amd64] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-darwin-amd64 )
18
+ - ** freebsd** [ 386] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-freebsd-386 ) / [ amd64] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-freebsd-amd64 )
19
+ - ** linux** [ 386] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-linux-386 ) / [ amd64] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-linux-amd64 ) / [ arm] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-linux-arm ) / [ arm64] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-linux-arm64 )
20
+ - ** solaris** [ amd64] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-solaris-amd64 )
21
+ - ** windows** [ 386] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-windows-386 ) / [ amd64] ( https://github.com/genuinetools /audit/releases/download/v0.3.0/audit-windows-amd64 )
22
22
23
23
#### Via Go
24
24
25
25
``` bash
26
- $ go get github.com/jessfraz /audit
26
+ $ go get github.com/genuinetools /audit
27
27
```
28
28
29
29
## Usage
@@ -49,35 +49,35 @@ $ audit -h
49
49
50
50
``` console
51
51
$ audit --token 12345
52
- jessfraz /apk-file ->
52
+ genuinetools /apk-file ->
53
53
Hooks (1):
54
- travis - active:true (https://api.github.com/repos/jessfraz /apk-file/hooks/8426605)
54
+ travis - active:true (https://api.github.com/repos/genuinetools /apk-file/hooks/8426605)
55
55
Protected Branches (1): master
56
56
--
57
57
58
- jessfraz /apparmor-docs ->
58
+ genuinetools /apparmor-docs ->
59
59
Keys (1):
60
- jenkins - ro:false (https://api.github.com/repos/jessfraz /apparmor-docs/keys/18549738)
60
+ jenkins - ro:false (https://api.github.com/repos/genuinetools /apparmor-docs/keys/18549738)
61
61
Unprotected Branches (1): master
62
62
--
63
63
64
- jessfraz /bane ->
64
+ genuinetools /bane ->
65
65
Hooks (1):
66
- travis - active:true (https://api.github.com/repos/jessfraz /bane/hooks/6178025)
66
+ travis - active:true (https://api.github.com/repos/genuinetools /bane/hooks/6178025)
67
67
Protected Branches (1): master
68
68
--
69
69
70
- jessfraz /battery ->
70
+ genuinetools /battery ->
71
71
Hooks (1):
72
- travis - active:true (https://api.github.com/repos/jessfraz /battery/hooks/8388640)
72
+ travis - active:true (https://api.github.com/repos/genuinetools /battery/hooks/8388640)
73
73
Protected Branches (1): master
74
74
Unprotected Branches (1): WIP
75
75
--
76
76
77
- jessfraz /irssi ->
78
- Collaborators (3): tianon, jessfraz , docker-library-bot
77
+ genuinetools /irssi ->
78
+ Collaborators (3): tianon, genuinetools , docker-library-bot
79
79
Hooks (1):
80
- docker - active:true (https://api.github.com/repos/jessfraz /irssi/hooks/3918042)
80
+ docker - active:true (https://api.github.com/repos/genuinetools /irssi/hooks/3918042)
81
81
Protected Branches (1): master
82
82
--
83
83
```
0 commit comments