From a00c586be62dd19d17c09f3e132062fd44e965ba Mon Sep 17 00:00:00 2001 From: Payal Khanna <107400406+PayalKhanna@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:44:25 +0100 Subject: [PATCH] Update license-scanning.yml --- .github/workflows/license-scanning.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/license-scanning.yml b/.github/workflows/license-scanning.yml index 17d9e8b..38204f3 100644 --- a/.github/workflows/license-scanning.yml +++ b/.github/workflows/license-scanning.yml @@ -53,6 +53,12 @@ env: licenses/license/name!='CDDL + GPLv2 with classpath exception' and not(contains(licenses/license/url, '://github.com/javaee/javax.annotation/blob/master/LICENSE')) and + licenses/license/name!='CDDL/GPLv2+CE' and + not(contains(licenses/license/url, '://github.com/javaee/activation/blob/master/LICENSE')) and + licenses/license/name!='CDDL 1.1' and + not(contains(licenses/license/url, '://github.com/javaee/activation/blob/master/LICENSE')) and + licenses/license/name!='GPL2 w/ CPE' and + not(contains(licenses/license/url, '://github.com/javaee/activation/blob/master/LICENSE')) and licenses/license/name!='Public Domain' "