Bootstrap repository (#5085)
This commit is contained in:
committed by
GitHub
parent
f0f7d217c0
commit
e60c345656
+6
-3
@@ -1,5 +1,6 @@
|
|||||||
# detection-rules code owners
|
# detection-rules code owners
|
||||||
# POC: Elastic Security Intelligence and Analytics Team
|
|
||||||
|
## POC: Elastic Threat Research & Detection Engineering
|
||||||
|
|
||||||
tests/**/*.py @mikaayenson @eric-forte-elastic @traut
|
tests/**/*.py @mikaayenson @eric-forte-elastic @traut
|
||||||
detection_rules/ @mikaayenson @eric-forte-elastic @traut
|
detection_rules/ @mikaayenson @eric-forte-elastic @traut
|
||||||
@@ -7,10 +8,12 @@ tests/ @mikaayenson @eric-forte-elastic @traut
|
|||||||
lib/ @mikaayenson @eric-forte-elastic @traut
|
lib/ @mikaayenson @eric-forte-elastic @traut
|
||||||
hunting/**/*.py @mikaayenson @eric-forte-elastic @traut
|
hunting/**/*.py @mikaayenson @eric-forte-elastic @traut
|
||||||
|
|
||||||
# skip rta-mapping to avoid the spam
|
## skip rta-mapping to avoid the spam
|
||||||
|
|
||||||
detection_rules/etc/packages.yaml @mikaayenson @eric-forte-elastic @traut
|
detection_rules/etc/packages.yaml @mikaayenson @eric-forte-elastic @traut
|
||||||
detection_rules/etc/*.json @mikaayenson @eric-forte-elastic @traut
|
detection_rules/etc/*.json @mikaayenson @eric-forte-elastic @traut
|
||||||
detection_rules/etc/*/* @mikaayenson @eric-forte-elastic @traut
|
detection_rules/etc/*/* @mikaayenson @eric-forte-elastic @traut
|
||||||
|
|
||||||
# exclude files from code owners
|
## exclude files from code owners
|
||||||
|
|
||||||
detection_rules/etc/non-ecs-schema.json
|
detection_rules/etc/non-ecs-schema.json
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# Declare a Backstage Component that represents your application.
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Component
|
||||||
|
metadata:
|
||||||
|
name: detection-rules
|
||||||
|
description: Elastic detection rules Behavioral Protection
|
||||||
|
annotations:
|
||||||
|
backstage.io/source-location: "url:https://github.com/elastic/detection-rules/"
|
||||||
|
github.com/project-slug: "elastic/detection-rules"
|
||||||
|
github.com/team-slug: "elastic/threat-research-and-detection-engineering"
|
||||||
|
buildkite.com/project-slug: "elastic/detection-rules"
|
||||||
|
|
||||||
|
spec:
|
||||||
|
type: rules
|
||||||
|
owner: group:threat-research-and-detection-engineering
|
||||||
|
lifecycle: production
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>elastic/renovate-config"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user