We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9c2f commit c8293b5Copy full SHA for c8293b5
rules/integrations/github/impact_github_repository_deleted.toml
@@ -2,7 +2,7 @@
2
creation_date = "2023/08/29"
3
integration = ["github"]
4
maturity = "production"
5
-updated_date = "2024/11/27"
+updated_date = "2024/12/03"
6
min_stack_version = "8.12.0"
7
min_stack_comments = "Breaking change at 8.12.0 for the Github Integration."
8
@@ -33,7 +33,7 @@ timestamp_override = "event.ingested"
33
type = "eql"
34
35
query = '''
36
-configuration where event.module == "github" and event.action == "repo.destroy"
+configuration where event.module == "github" and event.dataset == "github.audit" and event.action == "repo.destroy"
37
'''
38
39
0 commit comments