diff --git a/.tekton/tasks/ec-checks.yaml b/.tekton/tasks/ec-checks.yaml index e663a50c6..c766d04d1 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:a372807cc4cfb8bebf41b8ae3a79b53c3ae94a07e3659517f92ea9e10e760d5b + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:887ce5cfb630294fbb65509ec388581aa8457484b0cce201adb4e6d6be3fc719 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:a372807cc4cfb8bebf41b8ae3a79b53c3ae94a07e3659517f92ea9e10e760d5b + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:887ce5cfb630294fbb65509ec388581aa8457484b0cce201adb4e6d6be3fc719 script: | set -euo pipefail diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index 9f780b0df..69e423446 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:978d48e842a3d7060035f8006b43f3aec84eb87deac3ada47a32b19d96417cbc + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:70da590dc73e6ab153e661bbe57f2b7b9949c67b7826b43551cc3492f733a9fc - name: name value: verify-enterprise-contract - name: kind