Skip to content

Commit 7db4824

Browse files
committed
fix(audit): LGPL is OK for a dev license
1 parent f8f342c commit 7db4824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Automated license checking
2626
env:
2727
PROD_LICENSES: "MIT;BSD;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;Apache-2.0"
28-
DEV_LICENSES: "Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Apache 2.0;Unlicense;BlueOak-1.0.0"
28+
DEV_LICENSES: "Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Apache 2.0;Unlicense;BlueOak-1.0.0;LGPL-3.0-only"
2929
OK_BUT_NOT_AUTODETECTED: "@nxext/common@21.0.0;readalong-studio@0.0.0"
3030
run: |
3131
npx license-checker --summary --production --onlyAllow "$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"

0 commit comments

Comments
 (0)