diff --git a/.tekton/tasks/ec-checks.yaml b/.tekton/tasks/ec-checks.yaml index a4c1be4560..b35f7246a3 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:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231 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:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231 script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index 618cacc427..4954c3f65d 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:c2f6ecc2cbcc40a9bf9c0efc3407e70de323d1944a0eb8c79f422db0fb6c10ea + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:cfdf33877830c588d9be7885b1c209f196d492a1640cc95a602a6585f7f35dec - name: name value: verify-enterprise-contract - name: kind