From ffca8bd7d4a9a72d355ad043762b418c7049f317 Mon Sep 17 00:00:00 2001 From: Max Bischof Date: Tue, 30 Apr 2024 11:02:22 +0200 Subject: [PATCH] Remove license exception --- .github/workflows/dependency-review.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0ab0b8d8645..b8789683080 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,4 @@ jobs: 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, Unlicense, CC0-1.0 - # temporarily ignore dependency error sprintf-js 1.0.3, remove when it gets upgraded to 1.1.3 - allow-dependencies-licenses: 'pkg:npm/sprintf-js@1.0.3' allow-ghsas: 'GHSA-vxvm-qww3-2fh7'