bugale/bugalint
Convert various linter outputs to standard formats
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| inputFile | Path to the file with the linter output | yes | — |
| sarif | Should the action create a SARIF file | no | true |
| comment | Should the action comment on the PR | no | false |
| summary | Should the action create a markdown summary | no | true |
| outputFile | Path to the SARIF file this action will generate | no | sarif.json |
| toolName | Name of the tool to be written in the SARIF | yes | — |
| inputFormat | Name of a known format of the input file | no | "" |
| inputRegex | Regular expression to parse the input file | no | "" |
| levelMap | Mapping from levels in input to SARIF levels (note, warning, error) | no | "" |
| analysisPath | The path at which the analysis took place relative to the repository's root. Used to relativize any paths to the repository root path. | no | . |
| githubToken | Github token of the repository (automatically created by Github) | no | ${{ github.token }} |
Outputs
no outputs