Skip to content

Commit

Permalink
Manually define dependency license type metadata that was not detected
Browse files Browse the repository at this point in the history
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based
on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases
where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache
in the `.licenses` folder manually.

The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't
changed.
  • Loading branch information
per1234 committed Oct 8, 2024
1 parent 9df2cf1 commit 025e2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/http-client.dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.2.3
type: npm
summary: Actions Http Client
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
license: other
license: mit
licenses:
- sources: LICENSE
text: |
Expand Down

0 comments on commit 025e2b9

Please sign in to comment.