telefonica/Check License Compliance
GitHub Action to check that dependencies are compliant with approved licenses
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| log | Log level | no | — |
| reporter | Reporter to use | no | — |
| fail-on-not-valid | Fail the action (exit code 1) when the result is not valid | no | — |
| config | Configuration object expressed as a JSON string | no | — |
| config-file | Path to a configuration file | — | check-license-compliance.config.yml |
| path | Path to the directory where the check will be performed. config-file and other options will be relative to this path | — | . |
Outputs
| name | description |
|---|---|
| found-forbidden | Whether forbidden licenses were found |
| found-warning | Whether dangerous licenses were found |
| valid | Whether the check is valid or not |
| report | A report containing the results of the check |