Skip to content

Commit

Permalink
chore: add additional allowed licenses and exceptions for cloud repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky42 committed Jan 2, 2025
1 parent 0c87db6 commit d50e0e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions licenses/license-engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ALLOWED_LICENSES=(
'BSD-3-Clause'
'(BSD-3-Clause OR GPL-2.0)'
'BSD-3-Clause OR MIT'
'(BSD-3-Clause AND Apache-2.0)'
'CC0-1.0'
'CC-BY-3.0'
'CC-BY-4.0'
Expand Down Expand Up @@ -73,6 +74,10 @@ APPROVED_MODULES=(
'github.com/jmespath/go-jmespath' # Apache-2.0 https://github.com/jmespath/go-jmespath/blob/master/LICENSE
'github.com/ory/keto/proto/ory/keto/opl/v1alpha1' # Apache-2.0 - submodule of keto
'github.com/ory/keto/proto/ory/keto/relation_tuples/v1alpha2' # Apache-2.0 - submodule of keto
'@ory-corp/.*' # Ory IP
'github.com/apache/arrow/.*' # Apache-2.0 https://github.com/apache/arrow/blob/main/LICENSE.txt
'github.com/ory-corp/webhook-target' # Ory IP
'@ory/keto-grpc-client.*' # Apache-2.0 - submodule of keto
)

# These lines in the output should be ignored (plain text, no regex).
Expand Down

0 comments on commit d50e0e8

Please sign in to comment.