1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

feat: use kyverno/action-install-cli action for conformance workflow (#8072)

* feat: use kyverno/action-install-cli for conformance workflow

* Update .github/workflows/conformance.yaml

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Alok N 2023-08-22 01:56:37 +05:30 committed by GitHub
parent 67151888d8
commit cf5ec3df58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,11 +368,7 @@ jobs:
- name: Wait for kyverno ready
uses: ./.github/actions/kyverno-wait-ready
- name: Install latest Kyverno CLI
run: |
download_url=$(curl -s "https://api.github.com/repos/kyverno/kyverno/releases/latest" | grep browser_download_url | grep kyverno-cli | grep linux_x86_64.tar.gz\" | cut -d '"' -f 4)
curl -L "$download_url" -o kyverno-cli.tar.gz
tar -xvf kyverno-cli.tar.gz
sudo cp kyverno /usr/local/bin/
uses: kyverno/action-install-cli@a3d781ac3f6e385c0ce5b133418f79c4646cc85d # v0.1.0
- name: Test policy library with kuttl
run: |
cd policies