Skip to content

Commit 5b73c1a

Browse files
chore(deps): update ec
1 parent aa56da2 commit 5b73c1a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.tekton/tasks/ec-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
stepactions_dir stepactions-ec
3838
- name: validate-all-tasks
3939
workingDir: "$(workspaces.source.path)/source"
40-
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:47e326ef3248e0574c7e5388a799510dac014da66dee9ab23d957b396043467b
40+
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:78c08fb78bc99a34e8e8f88c4aef12360149a3b6f822ff894c75a3391f890e16
4141
script: |
4242
set -euo pipefail
4343
@@ -51,7 +51,7 @@ spec:
5151
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
5252
- name: validate-build-tasks
5353
workingDir: "$(workspaces.source.path)/source"
54-
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:47e326ef3248e0574c7e5388a799510dac014da66dee9ab23d957b396043467b
54+
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:78c08fb78bc99a34e8e8f88c4aef12360149a3b6f822ff894c75a3391f890e16
5555
script: |
5656
set -euo pipefail
5757
@@ -65,7 +65,7 @@ spec:
6565
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
6666
- name: validate-step-actions
6767
workingDir: "$(workspaces.source.path)/source"
68-
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:47e326ef3248e0574c7e5388a799510dac014da66dee9ab23d957b396043467b
68+
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:78c08fb78bc99a34e8e8f88c4aef12360149a3b6f822ff894c75a3391f890e16
6969
script: |
7070
#!/bin/bash
7171
set -euo pipefail

pipelines/enterprise-contract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
resolver: bundles
115115
params:
116116
- name: bundle
117-
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:d6a784046fada0d061a731e704333e07261fc4035f7186718153eb0c1880765c
117+
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:9ff6fe75723d3c8af734b32141899c234983e359837168fb3e1e1e2dce3ae654
118118
- name: name
119119
value: verify-enterprise-contract
120120
- name: kind

task/tkn-bundle-oci-ta/0.1/tkn-bundle-oci-ta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ spec:
5454
name: workdir
5555
steps:
5656
- name: use-trusted-artifact
57-
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
57+
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
5858
args:
5959
- use
6060
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6161
- name: modify-task-files
62-
image: quay.io/konflux-ci/konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
62+
image: quay.io/konflux-ci/konflux-test:latest@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
6363
workingDir: /var/workdir/source
6464
env:
6565
- name: CONTEXT

task/tkn-bundle/0.1/tkn-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: TASK_FILE
4242
value: tekton_task_files
4343
steps:
44-
- image: quay.io/konflux-ci/konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
44+
- image: quay.io/konflux-ci/konflux-test:latest@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
4545
name: modify-task-files
4646
env:
4747
- name: CONTEXT

0 commit comments

Comments
 (0)