dafnik/generate-license-report
Generates a license report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| custom-license-report-command | Indicates if the action should use the `license-report` command from `package.json` or not | no | false |
| prettier | Indicates if the license report should be formatted with prettier | no | true |
| package-json-path | package.json path | no | package.json |
| license-report-path | file path | no | licenses.json |
| output-format | output format | no | json |
Outputs
| name | description |
|---|---|
| has-no-changes | Flag to indicate if there are changes in the licenses file. |
| diff | Differences between old and new license report in markdown. |
| licenses | License report as string in your chosen output-format. Is always returned |