File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 curl -OL https://github.com/open-policy-agent/gatekeeper/releases/download/v${GATOR_VERSION}/gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2525 tar xvf gator-v${GATOR_VERSION}-linux-amd64.tar.gz && rm gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2626 env :
27- GATOR_VERSION : 3.10 .0
27+ GATOR_VERSION : 3.11 .0
2828 - name : gator test
2929 id : gator
3030 run : |
Original file line number Diff line number Diff line change 2424 curl -L https://github.com/GoogleContainerTools/kpt/releases/download/v${KPT_VERSION}/kpt_linux_amd64 > kpt
2525 chmod +x kpt
2626 env :
27- KPT_VERSION : 1.0.0-beta.23
27+ KPT_VERSION : 1.0.0-beta.24
2828 - name : gatekeeper
2929 id : gatekeeper
3030 run : |
Original file line number Diff line number Diff line change 2222 curl -OL https://github.com/open-policy-agent/gatekeeper/releases/download/v${GATOR_VERSION}/gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2323 tar xvf gator-v${GATOR_VERSION}-linux-amd64.tar.gz && rm gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2424 env :
25- GATOR_VERSION : 3.10 .0
25+ GATOR_VERSION : 3.11 .0
2626 - name : gator verify
2727 run : ./gator verify test/suite.yaml
You can’t perform that action at this time.
0 commit comments