Skip to content

Commit

Permalink
GATOR_VERSION: 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Benoit committed Oct 12, 2022
1 parent 151c6ac commit da352b1
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.9.0
GATOR_VERSION: 3.9.1
- 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.9.0
GATOR_VERSION: 3.9.1
- name: gator verify
run: ./gator verify test/suite.yaml

0 comments on commit da352b1

Please sign in to comment.