@@ -17,7 +17,7 @@ order by
17
17
```
18
18
19
19
``` yaml
20
- folder : Account
20
+ folder : Organization
21
21
` ` `
22
22
23
23
### Top 10 Events
@@ -38,7 +38,7 @@ limit 10;
38
38
```
39
39
40
40
``` yaml
41
- folder : Account
41
+ folder : Organization
42
42
` ` `
43
43
44
44
### Top 10 Pull Request Authors
@@ -61,7 +61,7 @@ limit 10;
61
61
```
62
62
63
63
``` yaml
64
- folder : Account
64
+ folder : Organization
65
65
` ` `
66
66
67
67
### Bot Activity
@@ -85,7 +85,7 @@ order by
85
85
```
86
86
87
87
``` yaml
88
- folder : Account
88
+ folder : Organization
89
89
` ` `
90
90
91
91
## Detection Examples
@@ -111,7 +111,7 @@ order by
111
111
```
112
112
113
113
``` yaml
114
- folder : Account
114
+ folder : Organization
115
115
` ` `
116
116
117
117
### Frequent User IP Address Changes
@@ -133,7 +133,7 @@ order by
133
133
```
134
134
135
135
``` yaml
136
- folder : Account
136
+ folder : Organization
137
137
` ` `
138
138
139
139
### Repository Vulnerability Alerts Disabled
@@ -154,7 +154,7 @@ order by
154
154
```
155
155
156
156
``` yaml
157
- folder : Account
157
+ folder : Repository
158
158
` ` `
159
159
160
160
### Repository Secret Scanning Disabled
@@ -175,7 +175,7 @@ order by
175
175
```
176
176
177
177
``` yaml
178
- folder : Account
178
+ folder : Repository
179
179
` ` `
180
180
181
181
### Organization IP Allow List Modifications
@@ -199,7 +199,7 @@ order by
199
199
```
200
200
201
201
``` yaml
202
- folder : Account
202
+ folder : Organization
203
203
` ` `
204
204
205
205
## Operational Examples
@@ -223,7 +223,7 @@ order by
223
223
```
224
224
225
225
``` yaml
226
- folder : Account
226
+ folder : Organization
227
227
` ` `
228
228
229
229
### List Team Membership Changes
@@ -246,7 +246,7 @@ order by
246
246
```
247
247
248
248
``` yaml
249
- folder : Account
249
+ folder : Team
250
250
` ` `
251
251
252
252
## Volume Examples
@@ -276,7 +276,7 @@ order by
276
276
```
277
277
278
278
``` yaml
279
- folder : Account
279
+ folder : Branch
280
280
` ` `
281
281
282
282
### Frequent Personal Access Token Access Grants
@@ -300,7 +300,7 @@ order by
300
300
```
301
301
302
302
``` yaml
303
- folder : Account
303
+ folder : User
304
304
` ` `
305
305
306
306
## Baseline Examples
@@ -329,5 +329,5 @@ order by
329
329
```
330
330
331
331
``` yaml
332
- folder : Account
332
+ folder : Organization
333
333
` ` `
0 commit comments