We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58c4e4 commit 0175299Copy full SHA for 0175299
.github/workflows/validate-claims.yaml
@@ -17,10 +17,12 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v4
19
20
- - name: Set up Kyverno CLI
+ - name: Install Kyverno CLI
21
run: |
22
- curl -sL https://github.com/kyverno/kyverno/releases/latest/download/kyverno-cli_linux_x86_64.tar.gz | tar xz
+ curl -LO https://github.com/kyverno/kyverno/releases/download/v1.12.0/kyverno-cli_v1.12.0_linux_x86_64.tar.gz
23
+ tar -xvf kyverno-cli_v1.12.0_linux_x86_64.tar.gz
24
sudo mv kyverno /usr/local/bin/
25
+ kyverno version
26
27
- name: Run Kyverno policy checks on claims
28
0 commit comments