Skip to content

Commit f0ce359

Browse files
author
Joonas Hiltunen
committed
Add dependency scan configuration file
1 parent 0fe1beb commit f0ce359

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
fail-on-severity: low
2+
show-openssf-scorecard: true
3+
license-check: true
4+
vulnerability-check: true
5+
comment-summary-in-pr: always
6+
7+
# List of explicitly allowed licenses for EUPL 1.2 Inbound Compatibility
8+
# (Allows importing these libraries into a EUPL 1.2 project)
9+
allow-licenses:
10+
# ==========================================
11+
# 1. Public domain / no-attribution
12+
# ==========================================
13+
- CC0-1.0
14+
- Unlicense
15+
- WTFPL
16+
- 0BSD
17+
18+
# ==========================================
19+
# 2. Standard permissive
20+
# ==========================================
21+
- MIT
22+
- Apache-2.0
23+
- ISC
24+
- BSD-2-Clause
25+
- BSD-3-Clause
26+
- Zlib
27+
28+
# ==========================================
29+
# 3. Weak copyleft
30+
# ==========================================
31+
- MPL-1.1
32+
- MPL-2.0
33+
- CDDL-1.0
34+
- EPL-1.0
35+
- EPL-2.0
36+
- CECILL-2.1
37+
38+
# ==========================================
39+
# 4. Library Copyleft (LGPL)
40+
# Explicitly Compatible via EUPL Appendix
41+
# ==========================================
42+
- LGPL-2.1-only
43+
- LGPL-2.1-or-later
44+
- LGPL-3.0-only
45+
- LGPL-3.0-or-later
46+
47+
# ==========================================
48+
# 5. EUPL
49+
# ==========================================
50+
- EUPL-1.0
51+
- EUPL-1.1
52+
- EUPL-1.2
53+
54+
# ==========================================
55+
# 6. Other / Niche permissive licenses
56+
# ==========================================
57+
58+
- AAL
59+
- AFL-3.0
60+
- Apache-1.1
61+
- APL-1.0
62+
- APSL-2.0
63+
- Artistic-1.0-Perl
64+
- Artistic-2.0
65+
- BSL-1.0
66+
- CATOSL-1.1
67+
- CPAL-1.0
68+
- CUA-OPL-1.0
69+
- ECL-2.0
70+
- EFL-2.0
71+
- Entessa
72+
- EUDatagrid
73+
- Fair
74+
- LPPL-1.3c
75+
- LPL-1.02
76+
- MirOS
77+
- Motosoto
78+
- Multics
79+
- NASA-1.3
80+
- NCSA
81+
- NTP
82+
- Naumen
83+
- Nokia
84+
- PostgreSQL
85+
- PSF-2.0
86+
- RPSL-1.0
87+
- RSCPL
88+
- SimPL-2.0
89+
- Sleepycat
90+
- SPL-1.0
91+
- VSL-1.0
92+
- W3C
93+
- W3C-20150513
94+
- Xnet
95+
- ZPL-2.0

0 commit comments

Comments
 (0)