diff --git a/.tekton/tasks/ec-checks.yaml b/.tekton/tasks/ec-checks.yaml index 0b3b180993..4d0fd4fa99 100644 --- a/.tekton/tasks/ec-checks.yaml +++ b/.tekton/tasks/ec-checks.yaml @@ -24,7 +24,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:aa20605cf7c47b4ee4935751b5dbdcf9c9af6658e205d9503ce79cca9075fa84 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:e1c1c04fd693efd2eaedc59a796186301b70e0bfe8155e7da533d7835f58ce2c script: | set -euo pipefail @@ -38,7 +38,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:aa20605cf7c47b4ee4935751b5dbdcf9c9af6658e205d9503ce79cca9075fa84 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:e1c1c04fd693efd2eaedc59a796186301b70e0bfe8155e7da533d7835f58ce2c script: | set -euo pipefail diff --git a/pipelines/enterprise-contract-everything.yaml b/pipelines/enterprise-contract-everything.yaml index 476a297ba2..42885e6dda 100644 --- a/pipelines/enterprise-contract-everything.yaml +++ b/pipelines/enterprise-contract-everything.yaml @@ -65,7 +65,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:3b971f2885da135b773616cc522fa5bce521d6f5881aab4fce2604bd83bfcc42 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:2d1d5c6566f62583a8271263394e5c6b4ce12ba677b28e3c456042f9e8f6cbc7 - name: name value: verify-enterprise-contract - name: kind diff --git a/pipelines/enterprise-contract-redhat-no-hermetic.yaml b/pipelines/enterprise-contract-redhat-no-hermetic.yaml index b8b65bb3da..3c00f2acba 100644 --- a/pipelines/enterprise-contract-redhat-no-hermetic.yaml +++ b/pipelines/enterprise-contract-redhat-no-hermetic.yaml @@ -65,7 +65,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:3b971f2885da135b773616cc522fa5bce521d6f5881aab4fce2604bd83bfcc42 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:2d1d5c6566f62583a8271263394e5c6b4ce12ba677b28e3c456042f9e8f6cbc7 - name: name value: verify-enterprise-contract - name: kind diff --git a/pipelines/enterprise-contract-redhat.yaml b/pipelines/enterprise-contract-redhat.yaml index dc9bda305e..c27be35ae7 100644 --- a/pipelines/enterprise-contract-redhat.yaml +++ b/pipelines/enterprise-contract-redhat.yaml @@ -65,7 +65,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:3b971f2885da135b773616cc522fa5bce521d6f5881aab4fce2604bd83bfcc42 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:2d1d5c6566f62583a8271263394e5c6b4ce12ba677b28e3c456042f9e8f6cbc7 - name: name value: verify-enterprise-contract - name: kind diff --git a/pipelines/enterprise-contract-slsa3.yaml b/pipelines/enterprise-contract-slsa3.yaml index 3a8e42e15e..7c48da6a14 100644 --- a/pipelines/enterprise-contract-slsa3.yaml +++ b/pipelines/enterprise-contract-slsa3.yaml @@ -65,7 +65,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:3b971f2885da135b773616cc522fa5bce521d6f5881aab4fce2604bd83bfcc42 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:2d1d5c6566f62583a8271263394e5c6b4ce12ba677b28e3c456042f9e8f6cbc7 - name: name value: verify-enterprise-contract - name: kind diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index 33d4acbfd2..160787f0f0 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -66,7 +66,7 @@ spec: resolver: bundles params: - name: bundle - value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:3b971f2885da135b773616cc522fa5bce521d6f5881aab4fce2604bd83bfcc42 + value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:2d1d5c6566f62583a8271263394e5c6b4ce12ba677b28e3c456042f9e8f6cbc7 - name: name value: verify-enterprise-contract - name: kind