XenitAB / gatekeeper-library

Collection of OPA Gatekeeper policies that can be used in your Kubernetes cluster.
MIT License
14 stars 7 forks source link

Version 4.X of yq can't be used for "make generate" #53

Closed marulkan closed 2 years ago

marulkan commented 2 years ago

When using yq version 4.18.1 (latest) I get the following issue:

➜ make generate
git submodule update --init --remote
Error: Parsing expression: Lexer error: could not match text starting at 1:1 failing at 1:1.
    unmatched text: "r"
Error: Parsing expression: Lexer error: could not match text starting at 1:1 failing at 1:1.
    unmatched text: "w"
make: *** [Makefile:17: generate] Error 1

This works if I run with 3.4.1 which is the last 3.X release.

marulkan commented 2 years ago

This should be fixed with #54