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 19, 2024
1 parent 905dd09 commit 52a2641
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:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
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:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e
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 @@ -91,7 +91,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ebd879dddcf8840951a55769efd64501aa67431d777a8cfc2d314d05da35118b
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:c2f6ecc2cbcc40a9bf9c0efc3407e70de323d1944a0eb8c79f422db0fb6c10ea
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down

0 comments on commit 52a2641

Please sign in to comment.