From 2f2e3d341bcc9faeadc1f82d4f9fcb0bf5a8bb3e Mon Sep 17 00:00:00 2001 From: James Alseth Date: Sat, 8 Feb 2025 19:05:15 -0800 Subject: [PATCH] ci: Add --v0-compatible flag to "opa check" Konstraint is currently still supporting Rego V0 syntax. Signed-off-by: James Alseth --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index f4230e79..e20e96ae 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -102,7 +102,7 @@ jobs: version: latest - name: opa check strict - run: opa check --strict --ignore "*.yaml" examples + run: opa check --v0-compatible --strict --ignore "*.yaml" examples - name: setup regal uses: styrainc/setup-regal@v1.0.0