diff --git a/.tekton/tasks/ec-checks.yaml b/.tekton/tasks/ec-checks.yaml index bc51eccc66..91b102eea0 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:46c3fdd61817e35c193dfd0d19e16cc8ec429a1df18da2bc477a4cbd28494ddb + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:7cf73d24fbec8e443c0659ed0291593657b02f3f10ea9b2991a369afedfee23e 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:46c3fdd61817e35c193dfd0d19e16cc8ec429a1df18da2bc477a4cbd28494ddb + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:7cf73d24fbec8e443c0659ed0291593657b02f3f10ea9b2991a369afedfee23e script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index aa7af71506..f962b55867 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -80,7 +80,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:53b1c38167d024da257454702122a3c95c3afbcb6b33d6ff5a2936bfbb203fdf + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:880efba0d6c432aab8b8dd96c0ebd36b5192beabde56a1f56ec29dd6bc94094f - name: name value: verify-enterprise-contract - name: kind