Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .buildkite/pipeline.yml

This file was deleted.

33 changes: 12 additions & 21 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
# Declare your Buildkite pipelines below
# Declare a Backstage Component that represents your application.
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Resource
kind: Component
metadata:
name: buildkite-pipeline-DaC-Reference
description: Buildkite Pipeline for DaC-Reference
name: DaC-Reference
description: DaC Repo to store the reference documentation and detection-rules management with Elastic rules
links:
- title: Pipeline
url: https://buildkite.com/elastic/DaC-Reference
annotations:
backstage.io/source-location: "url:https://github.com/elastic/DaC-Reference/"
github.com/project-slug: "elastic/DaC-Reference"
github.com/team-slug: "elastic/threat-research-and-detection-engineering"
buildkite.com/project-slug: "elastic/DaC-Reference"

spec:
type: buildkite-pipeline
type: service
owner: group:threat-research-and-detection-engineering
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: DaC-Reference
description: Detections as Code Reference
spec:
repository: elastic/DaC-Reference
pipeline_file: ".buildkite/pipeline.yml"
teams:
threat-research-and-detection-engineering:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY
lifecycle: production
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>elastic/renovate-config"
]
}