forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.yml
More file actions
74 lines (73 loc) · 2.13 KB
/
moon.yml
File metadata and controls
74 lines (73 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
74
# 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/test-suites-xpack-security'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/test-suites-xpack-security'
type: unknown
owners: {}
toolchain:
default: node
language: typescript
project:
name: '@kbn/test-suites-xpack-security'
description: Moon project for @kbn/test-suites-xpack-security
channel: ''
metadata:
sourceRoot: x-pack/solutions/security/test
dependsOn:
- '@kbn/security-solution-test-api-clients'
- '@kbn/detections-response-ftr-services'
- '@kbn/test'
- '@kbn/expect'
- '@kbn/core-http-common'
- '@kbn/scout-info'
- '@kbn/ftr-common-functional-services'
- '@kbn/test-suites-xpack-platform'
- '@kbn/tooling-log'
- '@kbn/cloud-security-posture-plugin'
- '@kbn/cloud-security-posture-common'
- '@kbn/security-solution-plugin'
- '@kbn/dev-utils'
- '@kbn/test-suites-src'
- '@kbn/data-views-plugin'
- '@kbn/ftr-common-functional-ui-services'
- '@kbn/test-subj-selector'
- '@kbn/std'
- '@kbn/rule-data-utils'
- '@kbn/alerting-api-integration-helpers'
- '@kbn/alerting-plugin'
- '@kbn/security-plugin'
- '@kbn/security-plugin-types-common'
- '@kbn/cases-plugin'
- '@kbn/es'
- '@kbn/cypress-test-helper'
- '@kbn/fleet-plugin'
- '@kbn/core-saved-objects-server'
- '@kbn/session-view-plugin'
- '@kbn/repo-info'
- '@kbn/es-archiver'
- '@kbn/serverless-security-settings'
- '@kbn/rison'
- '@kbn/core-chrome-browser'
- '@kbn/management-settings-ids'
- '@kbn/connector-schemas'
- '@kbn/cloud-security-posture-graph'
- '@kbn/securitysolution-list-constants'
tags:
- test-helper
- package
- dev
- group-security
- private
fileGroups:
src:
- '**/*'
- '!target/**/*'
- '!*/plugins/**/*'
- '!plugins/**/*'
- '!security_solution_cypress/cypress/**/*'
- '!security_solution_api_integration/**/*'
- '!security_solution_endpoint/**/*'
- '!*/packages/**/*'
- '!*/*/packages/**/*'
tasks: {}