From 52a26410e12d5a2f2f956260bb7b6151352ce4bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:57: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 6b028c4c0..a4c1be456 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:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e 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:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index 28f254725..618cacc42 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -91,7 +91,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ebd879dddcf8840951a55769efd64501aa67431d777a8cfc2d314d05da35118b + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:c2f6ecc2cbcc40a9bf9c0efc3407e70de323d1944a0eb8c79f422db0fb6c10ea - name: name value: verify-enterprise-contract - name: kind