File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed
Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 11# detection-rules code owners
2- # POC: Elastic Security Intelligence and Analytics Team
2+
3+ # # POC: Elastic Threat Research & Detection Engineering
34
45tests /** /* .py @ mikaayenson @ eric-forte-elastic @ traut
56detection_rules / @ mikaayenson @ eric-forte-elastic @ traut
67tests / @ mikaayenson @ eric-forte-elastic @ traut
78lib / @ mikaayenson @ eric-forte-elastic @ traut
89hunting /** /* .py @ mikaayenson @ eric-forte-elastic @ traut
910
10- # skip rta-mapping to avoid the spam
11+ # # skip rta-mapping to avoid the spam
12+
1113detection_rules /etc /packages.yaml @ mikaayenson @ eric-forte-elastic @ traut
1214detection_rules /etc /* .json @ mikaayenson @ eric-forte-elastic @ traut
1315detection_rules /etc /* /* @ mikaayenson @ eric-forte-elastic @ traut
1416
15- # exclude files from code owners
17+ # # exclude files from code owners
18+
1619detection_rules /etc /non-ecs-schema.json
Original file line number Diff line number Diff line change 1+ # Declare a Backstage Component that represents your application.
2+ ---
3+ # yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
4+ apiVersion : backstage.io/v1alpha1
5+ kind : Component
6+ metadata :
7+ name : detection-rules
8+ description : Elastic detection rules Behavioral Protection
9+ annotations :
10+ backstage.io/source-location : " url:https://github.com/elastic/detection-rules/"
11+ github.com/project-slug : " elastic/detection-rules"
12+ github.com/team-slug : " elastic/threat-research-and-detection-engineering"
13+ buildkite.com/project-slug : " elastic/detection-rules"
14+
15+ spec :
16+ type : rules
17+ owner : group:threat-research-and-detection-engineering
18+ lifecycle : production
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " local>elastic/renovate-config"
5+ ]
6+ }
You can’t perform that action at this time.
0 commit comments