File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
stepactions_dir stepactions-ec
38
38
- name : validate-all-tasks
39
39
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
41
41
script : |
42
42
set -euo pipefail
43
43
51
51
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
52
52
- name : validate-build-tasks
53
53
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
55
55
script : |
56
56
set -euo pipefail
57
57
65
65
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
66
66
- name : validate-step-actions
67
67
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
69
69
script : |
70
70
#!/bin/bash
71
71
set -euo pipefail
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ spec:
114
114
resolver : bundles
115
115
params :
116
116
- 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
118
118
- name : name
119
119
value : verify-enterprise-contract
120
120
- name : kind
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ spec:
54
54
name : workdir
55
55
steps :
56
56
- 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
58
58
args :
59
59
- use
60
60
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
61
61
- 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
63
63
workingDir : /var/workdir/source
64
64
env :
65
65
- name : CONTEXT
Original file line number Diff line number Diff line change 41
41
- name : TASK_FILE
42
42
value : tekton_task_files
43
43
steps :
44
- - image : quay.io/konflux-ci/konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
44
+ - image : quay.io/konflux-ci/konflux-test:latest@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
45
45
name : modify-task-files
46
46
env :
47
47
- name : CONTEXT
You can’t perform that action at this time.
0 commit comments