Skip to content

Commit

Permalink
chore: add valid licenses to license-white-list
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Feb 7, 2024
1 parent f88d1da commit b193679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ const testProject = path.resolve('vaadin-platform-sbom');
const licenseWhiteList = [
'ISC',
'MIT',
'MIT-0',
'0BSD',
'Apache-2.0',
'Apache 2.0',
'CDDL',
'CDDL-1.0',
'GPL-2.0-with-classpath-exception',
Expand Down

0 comments on commit b193679

Please sign in to comment.