Skip to content

Commit a3028ee

Browse files
Update Taskfile.yml
Co-authored-by: Roberto Gazia <robgazia@gmail.com>
1 parent 56a0fce commit a3028ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks:
1111

1212
license:resolve:
1313
internal: true
14-
desc: Resolve "other" licenses by fetching the homepage and looking for the license description in the HTML content.
14+
desc: Resolve "other" licenses by fetching the homepage and looking for the license description in the HTML content. Note that manual review is still needed as some of the resolved dependencies will display multiple licenses but only one will apply.
1515
cmds:
1616
- |
1717
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

Comments
 (0)