19 lines
686 B
YAML
19 lines
686 B
YAML
# 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
|