Update check-licenses.sh

This commit is contained in:
Thomas Tendyck 2022-08-28 17:40:49 +02:00 committed by GitHub
parent 6b8a2a0063
commit 6b6b6df7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ while read line; do
AGPL-3.0)
case $pkg in
github.com/edgelesssys/constellation*)
github.com/edgelesssys/constellation/*)
;;
*)
not_allowed
@ -45,6 +45,8 @@ while read line; do
Unknown)
case $pkg in
github.com/edgelesssys/constellation/*)
;;
*)
not_allowed
;;