From eed7735774a8340421f4d6e48f7c2ed34377dadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:17:59 +0000 Subject: [PATCH] chore(deps): update ec --- .tekton/tasks/ec-checks.yaml | 4 ++-- pipelines/enterprise-contract.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/tasks/ec-checks.yaml b/.tekton/tasks/ec-checks.yaml index a6bc85fd28..d6d75d0a48 100644 --- a/.tekton/tasks/ec-checks.yaml +++ b/.tekton/tasks/ec-checks.yaml @@ -23,7 +23,7 @@ spec: $(all_tasks_dir all_tasks-ec) - name: validate-all-tasks workingDir: "$(workspaces.source.path)/source" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:662648a893b2403fe6604655a7c98dd561705865e29239198e18f689ee7ae242 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:39ef6bcdea8964bfc39d85bfbf60f7ba79aa9e5d65dafde9dcea7987b5b2b17b script: | set -euo pipefail @@ -37,7 +37,7 @@ spec: ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]} - name: validate-build-tasks workingDir: "$(workspaces.source.path)/source" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:662648a893b2403fe6604655a7c98dd561705865e29239198e18f689ee7ae242 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:39ef6bcdea8964bfc39d85bfbf60f7ba79aa9e5d65dafde9dcea7987b5b2b17b script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index 90c5576d03..aaa8c50947 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -79,7 +79,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:7a8e4c27716c1c5653cf4338f58cb2838e2712984c6c29204a28a9bee730df07 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:08db787e8fd1610a3be63966ee56c8b5c44ed17a4155e1417f3c36caaa58054d - name: name value: verify-enterprise-contract - name: kind