From bfb5d73aa4324d6f183e3a3576869c797d7a8d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:40:48 +0000 Subject: [PATCH 1/2] Update dependency StyraInc/regal to v0.26.2 --- .github/workflows/regal-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regal-lint.yaml b/.github/workflows/regal-lint.yaml index 6a909aa..435da7c 100644 --- a/.github/workflows/regal-lint.yaml +++ b/.github/workflows/regal-lint.yaml @@ -12,7 +12,7 @@ jobs: # renovate: datasource=github-releases depName=open-policy-agent/opa OPA_VERSION: v0.68.0 # renovate: datasource=github-releases depName=StyraInc/regal - REGAL_VERSION: v0.25.0 + REGAL_VERSION: v0.26.2 steps: - name: Harden Runner uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 From 1ee4ee18736b107f772891b156196416407888ba Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Wed, 11 Sep 2024 10:43:08 +0100 Subject: [PATCH 2/2] disbaled package dir check --- .regal/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.regal/config.yaml b/.regal/config.yaml index 6f2c41a..214bd05 100644 --- a/.regal/config.yaml +++ b/.regal/config.yaml @@ -1,5 +1,7 @@ rules: idiomatic: + directory-package-mismatch: + level: ignore no-defined-entrypoint: level: ignore use-contains: