actions-marketplace-validations/detekt statistics
detekt statistics action, aggregate warning counts, generate chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | running repository, format: owner/repository | yes | ${{ github.repository }} |
| github_token | github token, using to push data branch | yes | ${{ github.token }} |
| detekt_xml_file_path | detekt reported xml file paths, enable glob pattern | yes | — |
| detekt_xml_file_path_follow_symbolic_links | detekt reported xml file paths glob pattern`s follow symbolic links option | yes | false |
| data_branch | the saving data branch, this branch is created by this action. if want disable this feature, put empty string | — | data/detekt |
| data_commit_user | the saving data commit user | — | github-action |
| data_commit_email | the saving data commit user`s email | — | 41898282+github-actions[bot]@users.noreply.github.com |
| data_json_file_path | the saving data json file path, this file is created at data branch | — | data.json |
| data_chart_file_path | the data transition chart png image path, this file is created at your checkouted branch | — | data.png |
| severity_chart_file_path | the severity chart png image path, this file is created at your checkouted branch | yes | severity.png |
| report_json_file_path | the report json file path, this file is created at your checkouted branch | yes | report.json |
| report_text_file_path | the report text file path, this file is created at your checkouted branch | yes | report.txt |
Outputs
no outputs