From 41124a5ce513dcfbb82e529e6d94792be259654b Mon Sep 17 00:00:00 2001 From: dev lithastra Date: Sun, 9 Aug 2026 22:36:17 +0900 Subject: [PATCH] ci: test rules with kubeatlas v1.5.1 Signed-off-by: dev lithastra --- .github/workflows/distribution-audit.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribution-audit.yml b/.github/workflows/distribution-audit.yml index 949df68..61d6978 100644 --- a/.github/workflows/distribution-audit.yml +++ b/.github/workflows/distribution-audit.yml @@ -25,7 +25,7 @@ jobs: - name: Install kubeatlas CLI env: - KUBEATLAS_VERSION: v1.5.0 + KUBEATLAS_VERSION: v1.5.1 run: | set -euo pipefail semver="${KUBEATLAS_VERSION#v}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03f6794..5cf5e07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: - uses: actions/checkout@v7 - name: Install kubeatlas CLI env: - KUBEATLAS_VERSION: v1.5.0 + KUBEATLAS_VERSION: v1.5.1 run: | set -euo pipefail semver="${KUBEATLAS_VERSION#v}"