From 85ec0b09110d29a2fd9a1b02ce51bbe4d3779848 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Fri, 22 Mar 2024 15:10:04 +0000 Subject: [PATCH] chore: remove ambiguous BSD spdx identifier and correct X11 --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 6b178be5..7c917ba1 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,5 +16,5 @@ jobs: with: comment-summary-in-pr: always fail-on-severity: high - allow-licenses: MIT, Apache-2.0, BSD, BSD-3-Clause, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, MIT/X11, MPL + allow-licenses: MIT, Apache-2.0, BSD-3-Clause, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL fail-on-scopes: development, runtime \ No newline at end of file