Files
incus-os/scripts/lint/licenses.sh
Mathias Gibbens 40d79df47f Add licenses check
Signed-off-by: Mathias Gibbens <mathias.gibbens@futurfusion.io>
2025-06-19 15:07:53 -06:00

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 ./...