patrick-werner/FHIR Validation Markdown Renderer
Parses Java FHIR Validator OperationOutcome JSON, annotates GitHub Checks, filters issues, and renders a summary table.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bundle-file | Path to the OperationOutcome JSON file | no | validation.json |
| include | Which severities to output: - errors: only issues with severity = error - warnings: issues with severity = error or warning - all: issues of any severity (error, warning, information) | no | errors |
| filters | Line-separated list of filters in the form `filename|messageId|detailsWildcard|location`. - `filename` must match exactly. - `messageId` must match exactly. - `detailsWildcard` may use `*` as a wildcard. - `location` must match exactly. - If one part is empty, it will be ignored. | no | — |
| pr-summary-path | Path to write the PR summary markdown for PR comments | no | pr-summary.md |
Outputs
no outputs