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 2, 2024
1 parent 277f6ae commit d4cd59c
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:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:86c06ef742257cbbcbcc879b1ed27b2679a75e64995c77b2287137556d041d6b
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:162eb8b11308ece8e84b148070e956f9e7404abecebe53772490655c47cec231
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:86c06ef742257cbbcbcc879b1ed27b2679a75e64995c77b2287137556d041d6b
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:cfdf33877830c588d9be7885b1c209f196d492a1640cc95a602a6585f7f35dec
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:d51a78d353f15c713052a6cd1a1c9aa5896531d7e4b6f3ffd4a9dd2d02f7b3f0
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down

0 comments on commit d4cd59c

Please sign in to comment.