From 1db2e92b90eacf93d1092e6fec102d67b8a60081 Mon Sep 17 00:00:00 2001 From: Zoran Regvart Date: Tue, 15 Oct 2024 12:46:12 +0200 Subject: [PATCH] Revert "chore(deps): update ec" This reverts commit 007fe722f6bf24d2d06456e1996ccb0305c482dc. --- .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 7170328e1..751b6aab3 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:0b782a231665a0dd56e089b352dac00fff1367fbec73de6ac64496c0ea316af7 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:2784e6899ce02e8a5a46a8a74846f8ab33a4a816a1c6c712c6c18f05998ccabc 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:0b782a231665a0dd56e089b352dac00fff1367fbec73de6ac64496c0ea316af7 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:2784e6899ce02e8a5a46a8a74846f8ab33a4a816a1c6c712c6c18f05998ccabc script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index a9f7e474e..7fb821475 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -109,7 +109,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ccf41aa1b75c6e98d81fd20d241a802a53f683629cdb5161c3aba90f533b8182 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:77614bf616ebf481d6d704a0295d89f6d8fbbd74feecb7ce5394a60633bf22a3 - name: name value: verify-enterprise-contract - name: kind