forked from adobe/aio-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tidelift.yml
42 lines (40 loc) · 945 Bytes
/
.tidelift.yml
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
# relax the tidelift configuration, so that issues that fail under normal circumstances
# will only create a warning
tests:
deprecated: warn
vulnerable: warn
broken: warn
# keep the list of disallowed licenses, as suggested by Adobe Legal
# any transitive dependency with these licenses will fail the build
licensing:
disallowed:
- AGPL-1.0-only
- AGPL-1.0-or-later
- AGPL-3.0-only
- AGPL-3.0-or-later
- AGPL-1.0
- AGPL-3.0
- CC-BY-NC-ND-1.0
- CC-BY-NC-ND-2.0
- CC-BY-NC-ND-2.5
- CC-BY-NC-ND-3.0
- CC-BY-NC-ND-4.0
- CC-BY-NC-SA-1.0
- CC-BY-NC-SA-2.0
- CC-BY-NC-SA-2.5
- CC-BY-NC-SA-3.0
- CC-BY-NC-SA-4.0
- CC-BY-SA-1.0
- CC-BY-SA-2.0
- CC-BY-SA-2.5
- CC-BY-SA-3.0
- CC-BY-SA-4.0
- GPL-1.0-only
- GPL-1.0-or-later
- GPL-2.0-only
- GPL-2.0-or-later
- GPL-3.0-only
- GPL-3.0-or-later
- SSPL-1.0
- Sleepycat
- Facebook