Skip to content

Commit cf57b08

Browse files
Bootstrap repository (#32)
Co-authored-by: Eric Forte <[email protected]>
1 parent e1b8b75 commit cf57b08

File tree

3 files changed

+18
-35
lines changed

3 files changed

+18
-35
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

catalog-info.yaml

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

1318
spec:
14-
type: buildkite-pipeline
19+
type: service
1520
owner: group:threat-research-and-detection-engineering
16-
system: buildkite
17-
implementation:
18-
apiVersion: buildkite.elastic.dev/v1
19-
kind: Pipeline
20-
metadata:
21-
name: DaC-Reference
22-
description: Detections as Code Reference
23-
spec:
24-
repository: elastic/DaC-Reference
25-
pipeline_file: ".buildkite/pipeline.yml"
26-
teams:
27-
threat-research-and-detection-engineering:
28-
access_level: MANAGE_BUILD_AND_READ
29-
everyone:
30-
access_level: READ_ONLY
21+
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)