Skip to content

Commit 361a97d

Browse files
chore(deps): update ec
1 parent a3436c5 commit 361a97d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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/cli:latest@sha256:39f97c62a9b61e343782fe8d3ff91f8049d0029cf7d90db0340881d48514b871
40+
image: quay.io/enterprise-contract/cli:latest@sha256:8b0bd9694702b9b86167913d7a7bdfa2b684e77459ebb979daa2315ba98da7e9
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/cli:latest@sha256:39f97c62a9b61e343782fe8d3ff91f8049d0029cf7d90db0340881d48514b871
54+
image: quay.io/enterprise-contract/cli:latest@sha256:8b0bd9694702b9b86167913d7a7bdfa2b684e77459ebb979daa2315ba98da7e9
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/cli:latest@sha256:39f97c62a9b61e343782fe8d3ff91f8049d0029cf7d90db0340881d48514b871
68+
image: quay.io/enterprise-contract/cli:latest@sha256:8b0bd9694702b9b86167913d7a7bdfa2b684e77459ebb979daa2315ba98da7e9
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
@@ -120,7 +120,7 @@ spec:
120120
resolver: bundles
121121
params:
122122
- name: bundle
123-
value: quay.io/enterprise-contract/tekton-task:latest@sha256:88755b87abb38842824ed2489e7bb78d3d6fb9179ee046ee6e2542e50a5e24e0
123+
value: quay.io/enterprise-contract/tekton-task:latest@sha256:ff42dd5d3d56a5e260a50772750399b0c4c1c7bb13078e4d9578f569ec9152cd
124124
- name: name
125125
value: verify-enterprise-contract
126126
- 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
@@ -61,7 +61,7 @@ spec:
6161
- use
6262
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6363
- name: modify-task-files
64-
image: quay.io/konflux-ci/konflux-test:v1.4.28@sha256:4a5423e125fc28db800421422d9933290dc4b62a22401d74cd3348c03107a5d9
64+
image: quay.io/konflux-ci/konflux-test:v1.4.30@sha256:3952b2073a937d5d37007d41244879d7e219fcf7c7684dec79c7646994c5dc42
6565
workingDir: /var/workdir
6666
env:
6767
- name: CONTEXT
@@ -132,7 +132,7 @@ spec:
132132
133133
printf "%s\n" "${FILES[@]}" >"${TASK_FILE}"
134134
- name: build
135-
image: quay.io/konflux-ci/appstudio-utils@sha256:37d8a83ec1ff40445260d519faef2cedd02ca55d3eac3acb01e75ea8420bd731
135+
image: quay.io/konflux-ci/appstudio-utils@sha256:a9aec945f4d2001c2d25fab9e7dd07d802e0c45ec429273475b81f41af63250f
136136
workingDir: /var/workdir
137137
env:
138138
- name: CONTEXT

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
- use
6868
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6969
- name: modify-task-files
70-
image: quay.io/konflux-ci/konflux-test:v1.4.28@sha256:4a5423e125fc28db800421422d9933290dc4b62a22401d74cd3348c03107a5d9
70+
image: quay.io/konflux-ci/konflux-test:v1.4.30@sha256:3952b2073a937d5d37007d41244879d7e219fcf7c7684dec79c7646994c5dc42
7171
workingDir: /var/workdir
7272
env:
7373
- name: CONTEXT
@@ -138,7 +138,7 @@ spec:
138138
139139
printf "%s\n" "${FILES[@]}" >"${TASK_FILE}"
140140
- name: build
141-
image: quay.io/konflux-ci/appstudio-utils@sha256:37d8a83ec1ff40445260d519faef2cedd02ca55d3eac3acb01e75ea8420bd731
141+
image: quay.io/konflux-ci/appstudio-utils@sha256:a9aec945f4d2001c2d25fab9e7dd07d802e0c45ec429273475b81f41af63250f
142142
workingDir: /var/workdir
143143
env:
144144
- name: CONTEXT

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
- name: SOURCE_CODE_DIR
4444
value: source
4545
steps:
46-
- image: quay.io/konflux-ci/konflux-test:v1.4.28@sha256:4a5423e125fc28db800421422d9933290dc4b62a22401d74cd3348c03107a5d9
46+
- image: quay.io/konflux-ci/konflux-test:v1.4.30@sha256:3952b2073a937d5d37007d41244879d7e219fcf7c7684dec79c7646994c5dc42
4747
name: modify-task-files
4848
env:
4949
- name: CONTEXT
@@ -114,7 +114,7 @@ spec:
114114
115115
printf "%s\n" "${FILES[@]}" > "${TASK_FILE}"
116116
workingDir: $(workspaces.source.path)
117-
- image: quay.io/konflux-ci/appstudio-utils@sha256:37d8a83ec1ff40445260d519faef2cedd02ca55d3eac3acb01e75ea8420bd731
117+
- image: quay.io/konflux-ci/appstudio-utils@sha256:a9aec945f4d2001c2d25fab9e7dd07d802e0c45ec429273475b81f41af63250f
118118
name: build
119119
env:
120120
- name: CONTEXT

task/tkn-bundle/0.2/tkn-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
- name: SOURCE_CODE_DIR
5050
value: source
5151
steps:
52-
- image: quay.io/konflux-ci/konflux-test:v1.4.28@sha256:4a5423e125fc28db800421422d9933290dc4b62a22401d74cd3348c03107a5d9
52+
- image: quay.io/konflux-ci/konflux-test:v1.4.30@sha256:3952b2073a937d5d37007d41244879d7e219fcf7c7684dec79c7646994c5dc42
5353
name: modify-task-files
5454
env:
5555
- name: CONTEXT
@@ -120,7 +120,7 @@ spec:
120120
121121
printf "%s\n" "${FILES[@]}" > "${TASK_FILE}"
122122
workingDir: $(workspaces.source.path)
123-
- image: quay.io/konflux-ci/appstudio-utils@sha256:37d8a83ec1ff40445260d519faef2cedd02ca55d3eac3acb01e75ea8420bd731
123+
- image: quay.io/konflux-ci/appstudio-utils@sha256:a9aec945f4d2001c2d25fab9e7dd07d802e0c45ec429273475b81f41af63250f
124124
name: build
125125
env:
126126
- name: CONTEXT

0 commit comments

Comments
 (0)