mri-lab-graz/PRISM Validator
Validate a PRISM/BIDS dataset with the ghcr.io/mri-lab-graz/prism-validator Docker image.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dataset-path | Path to the dataset to validate, relative to the repo root. | no | . |
| format | Output format: "" for human-readable, or json, junit, sarif, markdown, csv. | no | "" |
| image-tag | Tag of ghcr.io/mri-lab-graz/prism-validator to use (e.g. latest, main, a semver tag). | no | latest |
| fail-on-invalid | Fail this step when the dataset is invalid (validator exit code 1). | no | true |
Outputs
| name | description |
|---|---|
| report-path | Path to the written report file when "format" is set; empty when using the default human-readable output. |
| valid | "true" or "false", based on the validator exit code. |