bugale/bugalint

Convert various linter outputs to standard formats

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputFilePath to the file with the linter outputyes
sarifShould the action create a SARIF filenotrue
commentShould the action comment on the PRnofalse
summaryShould the action create a markdown summarynotrue
outputFilePath to the SARIF file this action will generatenosarif.json
toolNameName of the tool to be written in the SARIFyes
inputFormatName of a known format of the input fileno""
inputRegexRegular expression to parse the input fileno""
levelMapMapping from levels in input to SARIF levels (note, warning, error)no""
analysisPathThe path at which the analysis took place relative to the repository's root. Used to relativize any paths to the repository root path.no.
githubTokenGithub token of the repository (automatically created by Github)no${{ github.token }}

no outputs