diff --git a/.github/workflows/ci-apps-gator.yaml b/.github/workflows/ci-apps-gator.yaml index 77e0dbf..6b26d40 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.9.0 + GATOR_VERSION: 3.9.1 - name: gator test id: gator run: | diff --git a/.github/workflows/ci-policies.yml b/.github/workflows/ci-policies.yml index bec6bf9..02f33c2 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.9.0 + GATOR_VERSION: 3.9.1 - name: gator verify run: ./gator verify test/suite.yaml