From d10b4c74b796394f98b6ff6919963801a52d6de6 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Tue, 2 Aug 2022 12:16:53 +0200 Subject: [PATCH] add Apache-2.0 to allowed licenses --- .github/workflows/plugins-ci-mysql.yml | 2 +- .github/workflows/plugins-ci-postgres.yml | 2 +- .github/workflows/plugins-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugins-ci-mysql.yml b/.github/workflows/plugins-ci-mysql.yml index 69a2630..90861c0 100644 --- a/.github/workflows/plugins-ci-mysql.yml +++ b/.github/workflows/plugins-ci-mysql.yml @@ -58,7 +58,7 @@ jobs: run: npm i --ignore-scripts - name: Check Licenses - run: npx license-checker --production --onlyAllow="BSD-2-Clause;BSD-3-Clause;ISC;MIT" + run: npx license-checker --production --onlyAllow="BSD-2-Clause;BSD-3-Clause;ISC;MIT;Apache-2.0" linter: name: Lint Code diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index 03c78b8..7db3b30 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -58,7 +58,7 @@ jobs: run: npm i --ignore-scripts - name: Check Licenses - run: npx license-checker --production --onlyAllow="BSD-2-Clause;BSD-3-Clause;ISC;MIT" + run: npx license-checker --production --onlyAllow="BSD-2-Clause;BSD-3-Clause;ISC;MIT;Apache-2.0" linter: name: Lint Code diff --git a/.github/workflows/plugins-ci.yml b/.github/workflows/plugins-ci.yml index ead629d..d81f549 100644 --- a/.github/workflows/plugins-ci.yml +++ b/.github/workflows/plugins-ci.yml @@ -58,7 +58,7 @@ jobs: run: npm i --ignore-scripts - name: Check Licenses - run: npx license-checker --production --onlyAllow="BSD-2-Clause;BSD-3-Clause;ISC;MIT" + run: npx license-checker --production --onlyAllow="BSD-2-Clause;BSD-3-Clause;ISC;MIT;Apache-2.0" linter: name: Lint Code