There was an error while loading. Please reload this page.
1 parent b18add4 commit 3b8bfbfCopy full SHA for 3b8bfbf
1 file changed
Taskfile.yml
@@ -3,14 +3,15 @@ version: "3"
3
tasks:
4
5
license:
6
- desc: Check dependency licenses
+ desc: Update license
7
cmds:
8
- licensed cache
9
- - task: license:fix
+ - task: license:resolve
10
- licensed status
11
12
- license:fix:
13
- desc: Fix "other" licenses by fetching the homepage and extracting the license info from the HTML content.
+ license:resolve:
+ internal: true
14
+ desc: Resolve "other" licenses by fetching the homepage and looking for the license description in the HTML content.
15
16
- |
17
mapfile -t files < <(find .licenses -type f -name '*.yml' -exec sh -c 'yq -e ".license == \"other\"" "$1" > /dev/null 2>&1 && echo "$1"' _ {} \;)
0 commit comments