1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-19 01:17:18 +02: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 uses: actions/dependency-review-action@v4
with: with:
fail-on-severity: moderate fail-on-severity: moderate
# allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, CC0-1.0, Unlicense
deny-licenses: GPL-1.0, GPL-2.0, GPL-3.0, LGPL-2.1, LGPL-3.0, MPL-2.0, AGPL-3.0
comment-summary-in-pr: always comment-summary-in-pr: always