-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
73 lines (72 loc) · 2.13 KB
/
moon.yml
File metadata and controls
73 lines (72 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
# To extend this, write your extensions/overrides to 'moon.extend.yml'
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/security-solution-serverless'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/security-solution-serverless'
layer: unknown
owners:
defaultOwner: '@elastic/security-solution'
toolchains:
default: node
language: typescript
project:
title: '@kbn/security-solution-serverless'
description: Moon project for @kbn/security-solution-serverless
channel: ''
owner: '@elastic/security-solution'
sourceRoot: x-pack/solutions/security/plugins/security_solution_serverless
dependsOn:
- '@kbn/core'
- '@kbn/config-schema'
- '@kbn/management-plugin'
- '@kbn/security-plugin'
- '@kbn/security-solution-ess'
- '@kbn/security-solution-plugin'
- '@kbn/server-http-tools'
- '@kbn/serverless'
- '@kbn/security-solution-navigation'
- '@kbn/security-solution-upselling'
- '@kbn/kibana-react-plugin'
- '@kbn/core-chrome-browser'
- '@kbn/i18n-react'
- '@kbn/i18n'
- '@kbn/shared-ux-page-kibana-template'
- '@kbn/features-plugin'
- '@kbn/kibana-utils-plugin'
- '@kbn/task-manager-plugin'
- '@kbn/cloud-plugin'
- '@kbn/cloud-security-posture-plugin'
- '@kbn/security-solution-features'
- '@kbn/fleet-plugin'
- '@kbn/serverless-security-settings'
- '@kbn/core-elasticsearch-server'
- '@kbn/core-logging-server-mocks'
- '@kbn/actions-plugin'
- '@kbn/discover-plugin'
- '@kbn/logging'
- '@kbn/automatic-import-plugin'
- '@kbn/cloud-security-posture-common'
- '@kbn/dev-utils'
- '@kbn/core-application-browser'
- '@kbn/deeplinks-management'
- '@kbn/connector-schemas'
- '@kbn/management-settings-ids'
- '@kbn/ai-assistant-common'
- '@kbn/workflows'
- '@kbn/usage-api-plugin'
- '@kbn/workflows-management-plugin'
- '@kbn/navigation-plugin'
tags:
- plugin
- prod
- group-security
- private
fileGroups:
src:
- index.ts
- common/**/*.ts
- public/**/*.ts
- public/**/*.tsx
- server/**/*.ts
- '!target/**/*'
tasks: {}