Skip to content

Commit

Permalink
install license detector
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Jul 5, 2024
1 parent 4a1f684 commit e80df0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Print Dependencies
working-directory: ${{ matrix.module }}
run: |
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
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

0 comments on commit e80df0f

Please sign in to comment.