Open pstoeckle opened 2 months ago
This is new to me, but a quick skim of the YAML 1.2 spec indicates this should be supported. Conftest is using sigs.k8s.io/yaml
for its YAML parsing. Do you happen to know of any Golang YAML parsers that support this?
Do you happen to know of any Golang YAML parsers that support this?
No, not really.
My fix was so far to simply remove the preamble ...
I wanted to check a YAML document with the YAML version in the preamble
... using ...
However, conftest fails stating
If I remove the preamble, it works.