check go licenses

This commit is contained in:
Willy Kloucek
2022-03-28 14:46:34 +02:00
parent 2ceb889c43
commit b646aace45
7 changed files with 1344 additions and 1 deletions
+10
View File
@@ -174,6 +174,16 @@ protobuf:
bingo-update: $(BINGO)
$(BINGO) get -l -u
.PHONY: check-go-licenses
check-go-licenses: $(GO_LICENSES)
$(GO_LICENSES) check ./...
.PHONY: save-go-licenses
save-go-licenses: $(GO_LICENSES)
$(GO_LICENSES) csv ./... > ./licenses.csv
$(GO_LICENSES) save ./... --force --save_path="./licenses"
CHANGELOG_VERSION =
.PHONY: changelog