mirror of
https://github.com/outbackdingo/incus-os.git
synced 2026-01-27 10:19:24 +00:00
3 lines
172 B
Bash
Executable File
3 lines
172 B
Bash
Executable File
#!/bin/sh -eu
|
|
go-licenses check --disallowed_types=forbidden,unknown,restricted --ignore github.com/lxc/go-lxc --ignore github.com/rootless-containers/proto/go-proto ./...
|