From 1ff5217cc7813f10496fd114c43cc3cc2d1e8c12 Mon Sep 17 00:00:00 2001 From: xavidop Date: Tue, 10 Sep 2024 17:50:50 +0200 Subject: [PATCH] feat: add new license --- .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 8142e00..f498a08 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@v3 with: - allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0 \ No newline at end of file + allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC \ No newline at end of file