Skip to content

Commit ff61be7

Browse files
authored
chore: approv ISC as comptaible license with LGPL 3.0
since one of our dependent packages uses it.
1 parent 80d5136 commit ff61be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/license-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: review
1919
uses: actions/dependency-review-action@v4
2020
with:
21-
allow-licenses: 0BSD, BSD-1-Clause, BSD-2-Clause, BSD-3-Clause, LGPL-2.0-or-later, LGPL-2.1-or-later, LGPL-3.0-only, LGPL-3.0-or-later, MIT, WTFPL, Apache-2.0, MPL-2.0
21+
allow-licenses: 0BSD, BSD-1-Clause, BSD-2-Clause, BSD-3-Clause, LGPL-2.0-or-later, LGPL-2.1-or-later, LGPL-3.0-only, LGPL-3.0-or-later, MIT, WTFPL, Apache-2.0, MPL-2.0, ISC
2222
# Note that we explicitly allow LGPL-2.x-or-later, since LGPL-2.x (only) is not compatible with LGPL-3.x
2323
# allow-dependencies-licenses: 'pkg:pypi/numpy'
2424
#

0 commit comments

Comments
 (0)