Skip to content

Commit

Permalink
chore(deps): update ec
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zregvart committed Sep 9, 2024
1 parent d4faf2a commit 231b139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tekton/tasks/ec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
$(all_tasks_dir all_tasks-ec)
- name: validate-all-tasks
workingDir: "$(workspaces.source.path)/source"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:859ead253c38a5300a3d3ea849cfb6aaff30e1615d12f63013f2d78ce5099307
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b0a81545fc10935167b6dd4723f80b6018e7d4daea2c21629a35097ae6d5baac
script: |
set -euo pipefail
Expand All @@ -37,7 +37,7 @@ spec:
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
- name: validate-build-tasks
workingDir: "$(workspaces.source.path)/source"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:859ead253c38a5300a3d3ea849cfb6aaff30e1615d12f63013f2d78ce5099307
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b0a81545fc10935167b6dd4723f80b6018e7d4daea2c21629a35097ae6d5baac
script: |
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion pipelines/enterprise-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:12d01a27aa9acd5d14645d74c969c1dd1060987bec4136ea2d83853153be3685
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:1612c32ec905052cbed4a546e28c2724088118abae128d652f50a9b94a0c9233
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down

0 comments on commit 231b139

Please sign in to comment.