Skip to content

Commit

Permalink
Update license-scanning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PayalKhanna authored Jun 18, 2024
1 parent 51f18c9 commit a00c586
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/license-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
"
Expand Down

0 comments on commit a00c586

Please sign in to comment.