diff --git a/.github/workflows/generate-notice.yml b/.github/workflows/generate-notice.yml index 74b16248f..d58380d16 100644 --- a/.github/workflows/generate-notice.yml +++ b/.github/workflows/generate-notice.yml @@ -27,6 +27,7 @@ jobs: - name: Print Dependencies working-directory: ${{ matrix.module }} run: | + ls -al go list -m -json all | go-licence-detector -includeIndirect -noticeTemplate=.github/templates/NOTICE.txt.tmpl -noticeOut=NOTICE.txt -depsTemplate=.github/templates/dependencies.asciidoc.tmpl -depsOut=dependencies.asciidoc cat dependencies.asciidoc cat NOTICE.txt