From 877c830b5de5a958aa868df99c8dad0d6352b74a Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Fri, 2 Aug 2024 15:53:17 +0000 Subject: [PATCH] chore(site): allow pnpm packages license --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c924e6c53b34e..feb999b04ebd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -981,7 +981,7 @@ jobs: id: review uses: actions/dependency-review-action@v4.3.2 with: - allow-licenses: Apache-2.0, 0BSD, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0 + allow-licenses: Apache-2.0, 0BSD, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0, OFL-1.1, BSD-3-Clause-Clear allow-dependencies-licenses: "pkg:golang/github.com/coder/wgtunnel@0.1.13-0.20240522110300-ade90dfb2da0, pkg:npm/pako@1.0.11, pkg:npm/caniuse-lite@1.0.30001639, pkg:githubactions/alwaysmeticulous/report-diffs-action/cloud-compute" license-check: true vulnerability-check: false