mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
When using multiple custom schema locations with direct JSON files, kubeconform incorrectly applied the first schema to all resources. This occurred because schemas without explicit kind constraints (enum/const values) would match any resource type. Added intelligent path-based matching for schemas without kind constraints, allowing proper validation of resources like SecretStore against their intended schemas rather than defaulting to the first available schema. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cache | ||
| config | ||
| loader | ||
| output | ||
| registry | ||
| resource | ||
| validator | ||