From e8c9897c69968fdc9fd9aaac6cf1b50524e9e907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 3 Jun 2024 11:37:13 +0200 Subject: [PATCH] chore: change deny list to allow list (#7242) All licenses we allow --- .github/workflows/dependency-review.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index af1d561765..4137b758a8 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -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