mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update check-licenses.sh
This commit is contained in:
parent
6b8a2a0063
commit
6b6b6df7e1
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user