We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe978 commit 6856949Copy full SHA for 6856949
1 file changed
.github/workflows/dependency-review.yml
@@ -30,10 +30,20 @@ jobs:
30
base-ref: ${{ inputs.base-ref || '' }}
31
head-ref: ${{ inputs.head-ref || '' }}
32
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,
+ MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC,
+ PSF-2.0, Python-2.0, CNRI-Python, 0BSD, BlueOak-1.0.0,
35
CC0-1.0, CC-BY-3.0, CC-BY-4.0, Unlicense,
36
- MPL-2.0,
+ MPL-2.0, NCSA, ZPL-2.1, HPND-Markus-Kuhn,
37
LGPL-2.1-only, LGPL-2.1-or-later,
38
- LGPL-3.0-only, LGPL-3.0-or-later,
39
- Artistic-2.0
+ LGPL-3.0-only, LGPL-3.0-or-later, LGPL-3.0,
+ 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