ollieb89/Docker Compose Validator
Validate docker-compose.yml files against best practices and common mistakes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to compose file (auto-detects if not set) | no | "" |
| fail-on | Fail threshold: error, warning, or info | no | error |
| format | Output format: text or json | no | text |
| ignore | Comma-separated rule IDs to ignore | no | "" |
Outputs
| name | description |
|---|---|
| total | Total number of issues found |
| errors | Number of errors found |
| warnings | Number of warnings found |
| result | JSON result of validation |