1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

chore: change deny list to allow list (#7242)

All licenses we allow
This commit is contained in:
Gastón Fournier 2024-06-03 11:37:13 +02:00 committed by GitHub
parent 8c26c038b4
commit e8c9897c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,5 @@ jobs:
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
#
deny-licenses: GPL-1.0, GPL-2.0, GPL-3.0, LGPL-2.1, LGPL-3.0, MPL-2.0, AGPL-3.0
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, CC0-1.0, Unlicense
comment-summary-in-pr: always