Skip to content

Commit f2cadcf

Browse files
committed
Removed the query
1 parent dcfb5ec commit f2cadcf

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

docs/tables/github_audit_log/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tailpipe collect github_audit_log.my_logs
4242

4343
## Query
4444

45-
**[Explore 20+ example queries for this table →](https://hub.tailpipe.io/plugins/turbot/github/queries/github_audit_log)**
45+
**[Explore 16+ example queries for this table →](https://hub.tailpipe.io/plugins/turbot/github/queries/github_audit_log)**
4646

4747
### Track enforced branch protection rule changes
4848

@@ -143,4 +143,4 @@ partition "github_audit_log" "my_logs_issue_comment" {
143143
file_layout = "%{DATA}.json.gz"
144144
}
145145
}
146-
```
146+
```

docs/tables/github_audit_log/queries.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,6 @@ having
8787
setting_changes > 3;
8888
```
8989

90-
### Detect bulk member removals
91-
92-
Flags bulk removal of members, which could indicate malicious intent or unauthorized actions.
93-
94-
```sql
95-
select
96-
actor,
97-
count(*) as members_removed
98-
from
99-
github_audit_log
100-
where
101-
action = 'org.remove_member'
102-
group by
103-
actor
104-
having
105-
members_removed > 5;
106-
```
107-
10890
### Detect disabled security features
10991

11092
Monitors for actions that disable critical security features, potentially compromising security.

0 commit comments

Comments
 (0)