You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I wanted to check a YAML document with the YAML version in the preamble
... using ...
conftest test --parser yaml test.yml
However, conftest fails stating
If I remove the preamble, it works.
The text was updated successfully, but these errors were encountered: