mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
@ -10,6 +10,7 @@ not_allowed() {
|
||||
err=1
|
||||
}
|
||||
|
||||
err=0
|
||||
go mod download
|
||||
|
||||
go-licenses csv ./... | {
|
||||
@ -21,7 +22,6 @@ go-licenses csv ./... | {
|
||||
case ${lic} in
|
||||
Apache-2.0 | BSD-2-Clause | BSD-3-Clause | ISC | MIT) ;;
|
||||
|
||||
\
|
||||
MPL-2.0)
|
||||
case ${pkg} in
|
||||
github.com/talos-systems/talos/pkg/machinery/config/encoder) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user