jbzoo/Any Report to GitHub Annotations
The tool converts different error reports to GitHub Actions (Annotations)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | File path with the original report format. If not set or empty, then the STDIN is used. | yes | — |
| input-format | Source format. Available options: checkstyle, junit, phpmd-json, phpmnd, pmd-cpd, psalm-json | yes | checkstyle |
| non-zero-code | Will exit with the code=1, if any violations are found. | — | no |
| output-file | File path with the result report format. If not set or empty, then the STDOUT is used. | — | — |
| output-format | Target format. Available options: gitlab-json, github-cli, junit, plain, tc-inspections, tc-tests | yes | github-cli |
| root-path | If option is set, all absolute file paths will be converted to relative once. | — | . |
| suite-name | Set custom name of root group/suite (if it's possible). | yes | — |
Outputs
no outputs