File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # These owners will be the default owners for everything in
2+ # the repo.
3+ * @ elastic/threat-research-and-detection-engineering
Original file line number Diff line number Diff line change 1+ # Declare a Backstage Component that represents your application.
2+ ---
3+ # yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
4+ apiVersion : backstage.io/v1alpha1
5+ kind : Component
6+ metadata :
7+ name : bifrost
8+ description : A web explorer for Detection Rules
9+ annotations :
10+ backstage.io/source-location : " url:https://github.com/elastic/Detection-rules-explorer/"
11+ github.com/project-slug : " elastic/Detection-rules-explorer"
12+ github.com/team-slug : " elastic/threat-research-and-detection-engineering"
13+ buildkite.com/project-slug : " elastic/Detection-rules-explorer"
14+
15+ spec :
16+ type : service
17+ owner : group:threat-research-and-detection-engineering
18+ 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