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 Aug 5, 2024
1 parent 0351e1e commit fe4294b
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:662648a893b2403fe6604655a7c98dd561705865e29239198e18f689ee7ae242
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6ea2f580743efbb0ecc6fc7dbe0e38df8720a4735676748a370712a547f8370b
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:662648a893b2403fe6604655a7c98dd561705865e29239198e18f689ee7ae242
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6ea2f580743efbb0ecc6fc7dbe0e38df8720a4735676748a370712a547f8370b
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 @@ -79,7 +79,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:7a8e4c27716c1c5653cf4338f58cb2838e2712984c6c29204a28a9bee730df07
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:2cebb971ec15ca1c5042c835c198ddd20b346aa572f28765a040874a54095748
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down

0 comments on commit fe4294b

Please sign in to comment.