File tree Expand file tree Collapse file tree 3 files changed +18
-35
lines changed Expand file tree Collapse file tree 3 files changed +18
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
44apiVersion : backstage.io/v1alpha1
5- kind : Resource
5+ kind : Component
66metadata :
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
1318spec :
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
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " local>elastic/renovate-config"
5+ ]
6+ }
You can’t perform that action at this time.
0 commit comments