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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report-path | Path or glob pattern to locate the dotnet-format SARIF/JSON report file (e.g. report.sarif) | yes | report.sarif |
| fail-on-warning | If set to 'true', the workflow will fail when dotnet-format warnings are detected. | no | false |
| fail-on-error | If 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. | no | true |
Outputs
no outputs