Skip to content

Commit c072852

Browse files
Update folder tags
1 parent 1acf12c commit c072852

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/tables/github_audit_log/queries.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ order by
1717
```
1818

1919
```yaml
20-
folder: Account
20+
folder: Organization
2121
```
2222
2323
### Top 10 Events
@@ -38,7 +38,7 @@ limit 10;
3838
```
3939

4040
```yaml
41-
folder: Account
41+
folder: Organization
4242
```
4343
4444
### Top 10 Pull Request Authors
@@ -61,7 +61,7 @@ limit 10;
6161
```
6262

6363
```yaml
64-
folder: Account
64+
folder: Organization
6565
```
6666
6767
### Bot Activity
@@ -85,7 +85,7 @@ order by
8585
```
8686

8787
```yaml
88-
folder: Account
88+
folder: Organization
8989
```
9090
9191
## Detection Examples
@@ -111,7 +111,7 @@ order by
111111
```
112112

113113
```yaml
114-
folder: Account
114+
folder: Organization
115115
```
116116
117117
### Frequent User IP Address Changes
@@ -133,7 +133,7 @@ order by
133133
```
134134

135135
```yaml
136-
folder: Account
136+
folder: Organization
137137
```
138138
139139
### Repository Vulnerability Alerts Disabled
@@ -154,7 +154,7 @@ order by
154154
```
155155

156156
```yaml
157-
folder: Account
157+
folder: Repository
158158
```
159159
160160
### Repository Secret Scanning Disabled
@@ -175,7 +175,7 @@ order by
175175
```
176176

177177
```yaml
178-
folder: Account
178+
folder: Repository
179179
```
180180
181181
### Organization IP Allow List Modifications
@@ -199,7 +199,7 @@ order by
199199
```
200200

201201
```yaml
202-
folder: Account
202+
folder: Organization
203203
```
204204
205205
## Operational Examples
@@ -223,7 +223,7 @@ order by
223223
```
224224

225225
```yaml
226-
folder: Account
226+
folder: Organization
227227
```
228228
229229
### List Team Membership Changes
@@ -246,7 +246,7 @@ order by
246246
```
247247

248248
```yaml
249-
folder: Account
249+
folder: Team
250250
```
251251
252252
## Volume Examples
@@ -276,7 +276,7 @@ order by
276276
```
277277

278278
```yaml
279-
folder: Account
279+
folder: Branch
280280
```
281281
282282
### Frequent Personal Access Token Access Grants
@@ -300,7 +300,7 @@ order by
300300
```
301301

302302
```yaml
303-
folder: Account
303+
folder: User
304304
```
305305
306306
## Baseline Examples
@@ -329,5 +329,5 @@ order by
329329
```
330330

331331
```yaml
332-
folder: Account
332+
folder: Organization
333333
```

0 commit comments

Comments
 (0)