We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f222c + 2dd3319 commit 849f329Copy full SHA for 849f329
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
# the allow list corresponds to https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md
64
run: go-licenses check --include_tests ./... --allowed_licenses=$(cat ./hack/allowed-licenses.txt)
65
- name: Install ltag
66
- run: go install github.com/containerd/ltag@latest
+ run: go install github.com/containerd/ltag@v0.3.0
67
- name: Check license boilerplates
68
run: ltag -t ./hack/ltag --check -v
69
0 commit comments