oracle-devrel/Repolinter checker
Examine the JSON output from Repolinter and make it accessible as an Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json_results_file | The file containing the JSON results returned from Repolinter | no | repolinter_results.json |
Outputs
| name | description |
|---|---|
| passed | Whether or not all Repolinter rules passed. |
| errored | Whether or not one or more Repolinter rules errored. |
| readme_file_found | Whether or not a README file was found. |
| readme_file_details | The details of the README file check |
| license_file_found | Whether or not a LICENSE file was found. |
| license_file_details | The details of the LICENSE file check |
| blacklisted_words_found | Whether or not blacklisted words were found. |
| blacklisted_words_details | The details of the blacklisted words check |
| copyright_found | Whether or not copyright notices were found. |
| copyright_details | The details of the copyright check |