Skip to content

Commit

Permalink
doc: Update LICENSE_DEPENDENCIES.md generation
Browse files Browse the repository at this point in the history
Upgrade go-licenses to the latest 1.6.0 which now handles the
UNLICENSE properly, etc.

Use a template approach for the markdown generation, rather than
converting from CSV ourselves.

The template includes full license text, per-dependency, rather than a
link to the URL for the dependency's license. This is useful as it:

* Ensures we are distributing the required license.
* Avoids versioned links that change at each dependency update, and
  require manual resolution for dependabot updates.
  • Loading branch information
dtrudg committed Sep 5, 2023
1 parent 3ebe300 commit 3ee551d
Show file tree
Hide file tree
Showing 4 changed files with 19,086 additions and 515 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- checkout
- run:
name: Check for Lint
command: markdownlint .
command: markdownlint --ignore LICENSE_DEPENDENCIES.md .

check-go-mod:
executor: golang
Expand Down
Loading

0 comments on commit 3ee551d

Please sign in to comment.