From a60d77047516176b1745fc0459ec1e4fdc6d271b Mon Sep 17 00:00:00 2001 From: xavidop Date: Sun, 29 Sep 2024 21:06:41 +0200 Subject: [PATCH] fix: add LGPL for sonar --- .github/workflows/depsreview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml index 0034f91..fed4a92 100644 --- a/.github/workflows/depsreview.yaml +++ b/.github/workflows/depsreview.yaml @@ -11,4 +11,4 @@ jobs: - uses: actions/checkout@v4 # v3 - uses: actions/dependency-review-action@v4 with: - allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC \ No newline at end of file + allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC, LGPL-3.0 \ No newline at end of file