diff --git a/github-actions/linting/licenses/dependency-review-config.yml b/github-actions/linting/licenses/dependency-review-config.yml index 60cba36a9d..198c7ecd82 100644 --- a/github-actions/linting/licenses/dependency-review-config.yml +++ b/github-actions/linting/licenses/dependency-review-config.yml @@ -6,12 +6,14 @@ allow-licenses: - 'BlueOak-1.0.0' - 'BSD-2-Clause' - 'BSD-3-Clause' + - 'bsd-3-clause' - 'CC-BY-3.0' - 'CC-BY-4.0' - 'CC0-1.0' - 'ISC' - 'LGPL-3.0' - 'LGPL-3.0+' + - 'mit' - 'MIT' - 'MIT-0' - 'MPL-2.0'