-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.licenserc.yaml
49 lines (46 loc) · 1.35 KB
/
.licenserc.yaml
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
header:
license:
spdx-id: Apache-2.0
copyright-owner: CloudDetail
content: |
SPDX-License-Identifier: Apache-2.0
paths:
- 'backend/**'
- 'frontend/**'
paths-ignore:
- '**/*.md'
- '**/*.json'
- '**/*.yaml'
- '**/*.yml'
- '**/*.html'
- '**/*.sql'
- '**/*.svg'
- '**/*.tmpl'
- '**/Dockerfile'
- 'backend/docs/docs.go'
- 'backend/pkg/model/amconfig/config.go'
- 'backend/pkg/model/amconfig/httpconfig/config.go'
- 'backend/pkg/model/amconfig/httpconfig/headers.go'
- 'backend/pkg/model/amconfig/httpconfig/http_config.go'
- 'backend/pkg/model/amconfig/notifiers.go'
- 'backend/pkg/model/minheap.go'
- 'backend/pkg/services/alerts/notification/assets.go'
- 'backend/pkg/services/alerts/notification/funcs.go'
- 'backend/pkg/services/alerts/notification/template.go'
- 'backend/go.mod'
- 'backend/go.sum'
- 'frontend/.browserslistrc'
- 'frontend/.editorconfig'
- 'frontend/.eslintrc.js'
- 'frontend/.gitattributes'
- 'frontend/.prettierignore'
- 'frontend/.prettierrc.js'
- 'frontend/nginx.conf'
- 'frontend/postcss.config.js'
- 'frontend/tailwind.config.js'
- 'frontend/src/oss/views/alerts/modal/compontents/defaultHTMLcontext.js'
- 'LICENSE'
- 'NOTICE'
- ".gitignore"
- ".gitmodules"
comment: on-failure