mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 16:25:05 -05:00
Fix license check unbound variable (#534)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
c5735b0b60
commit
fdb7c480e8
1 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ not_allowed() {
|
|||
err=1
|
||||
}
|
||||
|
||||
err=0
|
||||
go mod download
|
||||
|
||||
go-licenses csv ./... | {
|
||||
|
|
@ -21,8 +22,7 @@ go-licenses csv ./... | {
|
|||
case ${lic} in
|
||||
Apache-2.0 | BSD-2-Clause | BSD-3-Clause | ISC | MIT) ;;
|
||||
|
||||
\
|
||||
MPL-2.0)
|
||||
MPL-2.0)
|
||||
case ${pkg} in
|
||||
github.com/talos-systems/talos/pkg/machinery/config/encoder) ;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue