denbudins/Dotnet Format Report Summary

Parses a dotnet-format SARIF/JSON report, generates a markdown summary, and optionally fails the workflow on warnings/errors.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
report-pathPath or glob pattern to locate the dotnet-format SARIF/JSON report file (e.g. report.sarif)yesreport.sarif
fail-on-warningIf set to 'true', the workflow will fail when dotnet-format warnings are detected.nofalse
fail-on-errorIf set to 'true', the workflow will fail when dotnet-format errors are detected. If set to 'false', the summary will still show errors but the workflow will not fail.notrue

no outputs