Bootstrap repository (#5085)

This commit is contained in:
elastic-backstage-prod[bot]
2025-09-11 13:24:59 -05:00
committed by GitHub
parent f0f7d217c0
commit e60c345656
3 changed files with 30 additions and 3 deletions
+6 -3
View File
@@ -1,5 +1,6 @@
# detection-rules code owners
# POC: Elastic Security Intelligence and Analytics Team
## POC: Elastic Threat Research & Detection Engineering
tests/**/*.py @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
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/*.json @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
+18
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>elastic/renovate-config"
]
}