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' "