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 ce14a9e commit a11732c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
- name: Print Dependencies
working-directory: ${{ matrix.module }}
run: |
go list -mod=readonly -m -json all
go list -m -json all | go-licence-detector -includeIndirect -depsOut=dependencies.asciidoc -noticeOut=NOTICE.txt
cat NOTICE.txt
cat dependencies.asciidoc

0 comments on commit a11732c

Please sign in to comment.