File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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:ccbf00aee7d4af1f78ba66aa04b0899b7e770dea44f6df0a1aa0a9a12529e9fe
40
+ image : quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
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:ccbf00aee7d4af1f78ba66aa04b0899b7e770dea44f6df0a1aa0a9a12529e9fe
54
+ image : quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
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:ccbf00aee7d4af1f78ba66aa04b0899b7e770dea44f6df0a1aa0a9a12529e9fe
68
+ image : quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
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:f6fb0800d707b7eb6f3ccfc0026c39bb3a5b944aa1ecacc7d8de6cb2fa1a67a6
117
+ value : quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:9333e2fbd30a219124a2eed1c270c55b79e6fb18a2abc3bcb4c6275d6c721919
118
118
- name : name
119
119
value : verify-enterprise-contract
120
120
- name : kind
You can’t perform that action at this time.
0 commit comments