Skip to content

Commit db7445a

Browse files
chore(deps): update ec
1 parent 609f834 commit db7445a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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:ccbf00aee7d4af1f78ba66aa04b0899b7e770dea44f6df0a1aa0a9a12529e9fe
40+
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
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:ccbf00aee7d4af1f78ba66aa04b0899b7e770dea44f6df0a1aa0a9a12529e9fe
54+
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
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:ccbf00aee7d4af1f78ba66aa04b0899b7e770dea44f6df0a1aa0a9a12529e9fe
68+
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
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:f6fb0800d707b7eb6f3ccfc0026c39bb3a5b944aa1ecacc7d8de6cb2fa1a67a6
117+
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:9333e2fbd30a219124a2eed1c270c55b79e6fb18a2abc3bcb4c6275d6c721919
118118
- name: name
119119
value: verify-enterprise-contract
120120
- name: kind

0 commit comments

Comments
 (0)