From 7645652462cda9cf686c143633648b4146e7870c Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Wed, 23 Oct 2024 18:25:27 -0400 Subject: [PATCH] Comma-separated list of licenses Signed-off-by: Eduardo Apolinario --- .github/workflows/dependency-review.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 16ee3e5000..fcce42bbed 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -14,11 +14,5 @@ jobs: with: comment_summary_in_pr: on-failure # Licenses need to come from https://spdx.org/licenses/ - deny-licenses: - - GPL-1.0-only - - GPL-1.0-or-later - - GPL-2.0-only - - GPL-2.0-or-later - - GPL-3.0-only - - GPL-3.0-or-later + deny-licenses: GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later