Skip to content

Commit e60c345

Browse files
Bootstrap repository (#5085)
1 parent f0f7d21 commit e60c345

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# detection-rules code owners
2-
# POC: Elastic Security Intelligence and Analytics Team
2+
3+
## POC: Elastic Threat Research & Detection Engineering
34

45
tests/**/*.py @mikaayenson @eric-forte-elastic @traut
56
detection_rules/ @mikaayenson @eric-forte-elastic @traut
67
tests/ @mikaayenson @eric-forte-elastic @traut
78
lib/ @mikaayenson @eric-forte-elastic @traut
89
hunting/**/*.py @mikaayenson @eric-forte-elastic @traut
910

10-
# skip rta-mapping to avoid the spam
11+
## skip rta-mapping to avoid the spam
12+
1113
detection_rules/etc/packages.yaml @mikaayenson @eric-forte-elastic @traut
1214
detection_rules/etc/*.json @mikaayenson @eric-forte-elastic @traut
1315
detection_rules/etc/*/* @mikaayenson @eric-forte-elastic @traut
1416

15-
# exclude files from code owners
17+
## exclude files from code owners
18+
1619
detection_rules/etc/non-ecs-schema.json

catalog-info.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>elastic/renovate-config"
5+
]
6+
}

0 commit comments

Comments
 (0)