From 231b139f334e9626434ee865ddcb6cd74859dbd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:38:15 +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 3c091a8c7b..cbe05a1533 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:859ead253c38a5300a3d3ea849cfb6aaff30e1615d12f63013f2d78ce5099307 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b0a81545fc10935167b6dd4723f80b6018e7d4daea2c21629a35097ae6d5baac 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:859ead253c38a5300a3d3ea849cfb6aaff30e1615d12f63013f2d78ce5099307 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b0a81545fc10935167b6dd4723f80b6018e7d4daea2c21629a35097ae6d5baac script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index 295bb331b5..ae7f3da59e 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -105,7 +105,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:12d01a27aa9acd5d14645d74c969c1dd1060987bec4136ea2d83853153be3685 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:1612c32ec905052cbed4a546e28c2724088118abae128d652f50a9b94a0c9233 - name: name value: verify-enterprise-contract - name: kind