-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
31 lines (30 loc) · 858 Bytes
/
moon.yml
File metadata and controls
31 lines (30 loc) · 858 Bytes
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
# 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-hardening'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/security-hardening'
layer: unknown
owners:
defaultOwner: '@elastic/kibana-security'
toolchains:
default: node
language: typescript
project:
title: '@kbn/security-hardening'
description: Moon project for @kbn/security-hardening
channel: ''
owner: '@elastic/kibana-security'
sourceRoot: src/platform/packages/shared/kbn-security-hardening
dependsOn:
- '@kbn/scout'
tags:
- shared-common
- package
- prod
- group-platform
- shared
fileGroups:
src:
- '**/*.ts'
- '!target/**/*'
tasks: {}