We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff4728 + 004ff99 commit cc1dc62Copy full SHA for cc1dc62
2 files changed
.github/workflows/premerge.yaml
@@ -22,7 +22,7 @@ jobs:
22
go-version: stable
23
24
- name: Install go-licenses
25
- run: go install github.com/google/go-licenses@latest
+ run: go install github.com/google/go-licenses/v2@latest
26
27
- name: Run make test
28
run: make test
Makefile
@@ -102,7 +102,7 @@ install:
102
## licenses: Ensure license headers exist and generate NOTICE file
103
licenses:
104
@echo "Checking license headers and generating NOTICE file..."
105
- @go-licenses report . \
+ @go-licenses report ./... \
106
--template ./scripts/license-attributions/template.tpl \
107
--ignore github.com/itential > NOTICE
108
@go run ./scripts/copyrighter/main.go
0 commit comments