Skip to content

Commit 6856949

Browse files
Expand license allowlist to handle compound SPDX expressions
Add deny-licenses for AGPL, SSPL, BUSL, Elastic. Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 7cfe978 commit 6856949

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,20 @@ jobs:
3030
base-ref: ${{ inputs.base-ref || '' }}
3131
head-ref: ${{ inputs.head-ref || '' }}
3232
allow-licenses: >-
33-
MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC,
34-
PSF-2.0, Python-2.0, 0BSD, BlueOak-1.0.0,
33+
MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC,
34+
PSF-2.0, Python-2.0, CNRI-Python, 0BSD, BlueOak-1.0.0,
3535
CC0-1.0, CC-BY-3.0, CC-BY-4.0, Unlicense,
36-
MPL-2.0,
36+
MPL-2.0, NCSA, ZPL-2.1, HPND-Markus-Kuhn,
3737
LGPL-2.1-only, LGPL-2.1-or-later,
38-
LGPL-3.0-only, LGPL-3.0-or-later,
39-
Artistic-2.0
38+
LGPL-3.0-only, LGPL-3.0-or-later, LGPL-3.0,
39+
GPL-1.0-only, GPL-1.0-or-later,
40+
GPL-2.0-only, GPL-2.0-or-later,
41+
GPL-3.0-only, GPL-3.0-or-later,
42+
Artistic-2.0, Artistic-1.0-Perl,
43+
LicenseRef-scancode-public-domain,
44+
LicenseRef-scancode-public-domain-disclaimer,
45+
LicenseRef-scancode-protobuf
46+
deny-licenses: >-
47+
AGPL-3.0-only, AGPL-3.0-or-later,
48+
SSPL-1.0, BUSL-1.1,
49+
Elastic-2.0

0 commit comments

Comments
 (0)