ZIP
WinGet
Config File Validator
Boeing · 2.1.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
validator-v2.1.0-windows-386.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Boeing.config-file-validator
Version
2.1.0
Description
A cross-platform CLI tool to validate different configuration file types
License
Apache-2.0
↗
Installer URL
https://github.com/Boeing/config-file-validator/releases/download/v2.1.0/validator-v2.1.0-windows-386.zip
Upgrade Behavior
install(Install over existing)
Release Notes
SARIF Inline Annotations
- SARIF reporter now emits region with startLine/startColumn on each result, enabling GitHub Actions to post inline PR annotations on the affected lines
- 10 validators return structured position info (JSON, YAML, TOML, XML, HCL, CSV, ENV, HOCON, TOON, PList)
- 4 validators without position info (INI, EditorConfig, Properties, SARIF) fall back to file-level annotations
- Added ValidationError type with optional Line/Column fields
Multi-Error Separation
Previously, multip…