Skip to content

Commit

Permalink
GATOR_VERSION: 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored May 10, 2023
1 parent a9d0c30 commit 6d4a5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-apps-gator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d4a5f7

Please sign in to comment.