From 71bf8e6365290e1fb8cf8276d76d147185e7ab1f Mon Sep 17 00:00:00 2001 From: Phillip Wirth Date: Wed, 19 Feb 2025 12:51:12 +0100 Subject: [PATCH] allow elliptic due to issue in dependency-review-action: https://github.com/actions/dependency-review-action/issues/868 --- .github/workflows/dependency-review.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index bee96e0565..90dd3e8e7c 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -13,4 +13,16 @@ jobs: - name: 'Dependency Review' uses: actions/dependency-review-action@v4 with: - allow-licenses: AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, AGPL-3.0 + allow-licenses: > + AGPL-3.0-only, + LGPL-3.0, + MIT, + Apache-2.0, + BSD-2-Clause, + BSD-3-Clause, + ISC, + X11, + 0BSD, + GPL-3.0, + AGPL-3.0 + allow-dependencies-licenses: pkg:npm/indutny/elliptic@6.6.1