From a1fd971c3ce9ed23ae485a6225e87529725e1933 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Wed, 14 Sep 2022 16:23:09 +0200 Subject: [PATCH] CI/E2E: Update rekor-cli to 0.12.0 --- .github/actions/build_cli/action.yml | 2 +- .github/actions/constellation_measure/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build_cli/action.yml b/.github/actions/build_cli/action.yml index d6842ca4c..0f3d525c5 100644 --- a/.github/actions/build_cli/action.yml +++ b/.github/actions/build_cli/action.yml @@ -63,7 +63,7 @@ runs: - name: Install Rekor run: | - curl -sLO https://github.com/sigstore/rekor/releases/download/v0.9.0/rekor-cli-linux-amd64 + curl -sLO https://github.com/sigstore/rekor/releases/download/v0.12.0/rekor-cli-linux-amd64 sudo install rekor-cli-linux-amd64 /usr/local/bin/rekor-cli rm rekor-cli-linux-amd64 shell: bash diff --git a/.github/actions/constellation_measure/action.yml b/.github/actions/constellation_measure/action.yml index f8cb93229..e2cd7502f 100644 --- a/.github/actions/constellation_measure/action.yml +++ b/.github/actions/constellation_measure/action.yml @@ -71,7 +71,7 @@ runs: if: ${{ inputs.cosignPublicKey != '' && inputs.cosignPrivateKey != '' && inputs.cosignPassword != '' }} - name: Install Rekor run: | - curl -sLO https://github.com/sigstore/rekor/releases/download/v0.9.0/rekor-cli-linux-amd64 + curl -sLO https://github.com/sigstore/rekor/releases/download/v0.12.0/rekor-cli-linux-amd64 sudo install rekor-cli-linux-amd64 /usr/local/bin/rekor-cli rm rekor-cli-linux-amd64 shell: bash