File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 go-version : ${{ env.GO_VERSION }}
2626 cache-dependency-path : src/github.com/containerd/nerdctl
27- - uses : containerd/project-checks@434a07157608eeaa1d5c8d4dd506154204cd9401 # v1.1.0
27+ - uses : containerd/project-checks@d7751f3c375b8fe4a84c02a068184ee4c1f59bc4 # v1.2.2
2828 with :
2929 working-directory : src/github.com/containerd/nerdctl
3030 repo-access-token : ${{ secrets.GITHUB_TOKEN }}
31+ # go-licenses-ignore is set because go-licenses cannot detect the license of the following package:
32+ # * go-base36: Apache-2.0 OR MIT (https://github.com/multiformats/go-base36/blob/master/LICENSE.md)
33+ #
34+ # The list of the CNCF-approved licenses can be found here:
35+ # https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
36+ go-licenses-ignore : |
37+ github.com/multiformats/go-base36
3138 - run : ./hack/verify-no-patent.sh
3239 working-directory : src/github.com/containerd/nerdctl
You can’t perform that action at this time.
0 commit comments