From 6d4a5f733161c5c73e7a3ba373122b7534d4f5eb Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Wed, 10 May 2023 08:45:21 -0400 Subject: [PATCH] GATOR_VERSION: 3.12.0 --- .github/workflows/ci-apps-gator.yaml | 2 +- .github/workflows/ci-policies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-apps-gator.yaml b/.github/workflows/ci-apps-gator.yaml index 955175f..27628aa 100644 --- a/.github/workflows/ci-apps-gator.yaml +++ b/.github/workflows/ci-apps-gator.yaml @@ -24,7 +24,7 @@ jobs: curl -OL https://github.com/open-policy-agent/gatekeeper/releases/download/v${GATOR_VERSION}/gator-v${GATOR_VERSION}-linux-amd64.tar.gz tar xvf gator-v${GATOR_VERSION}-linux-amd64.tar.gz && rm gator-v${GATOR_VERSION}-linux-amd64.tar.gz env: - GATOR_VERSION: 3.11.0 + GATOR_VERSION: 3.12.0 - name: gator test id: gator run: | diff --git a/.github/workflows/ci-policies.yml b/.github/workflows/ci-policies.yml index 7e73511..c741759 100644 --- a/.github/workflows/ci-policies.yml +++ b/.github/workflows/ci-policies.yml @@ -22,6 +22,6 @@ jobs: curl -OL https://github.com/open-policy-agent/gatekeeper/releases/download/v${GATOR_VERSION}/gator-v${GATOR_VERSION}-linux-amd64.tar.gz tar xvf gator-v${GATOR_VERSION}-linux-amd64.tar.gz && rm gator-v${GATOR_VERSION}-linux-amd64.tar.gz env: - GATOR_VERSION: 3.11.0 + GATOR_VERSION: 3.12.0 - name: gator verify run: ./gator verify test/suite.yaml