Skip to content

Commit 47ce326

Browse files
alan-agius4devversion
authored andcommitted
fix(github-actions): explicitly allow renovate as a dependency through the license check
Explicitly ignore `[email protected]` for license check as this has a valid MIT license but the parser is failing with `License: LicenseRef-scancode-unknown-license-reference AND MIT` Note: this dependency is used in all the repos
1 parent 52402a1 commit 47ce326

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github-actions/linting/licenses/dependency-review-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ allow-dependencies-licenses:
2020
# Renovate uses the AGPL-3.0 license, which we have determined is okay for our
2121
# usage. We do not however, want to depend on this license in general
2222
- 'pkg:npm/renovate'
23+
# This is valid MIT but the parser is failing with an error
24+
# `License: LicenseRef-scancode-unknown-license-reference AND MIT`
25+
- 'pkg:npm/[email protected]'

0 commit comments

Comments
 (0)