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 May 16, 2024
1 parent a8a634e commit 4ab9e44
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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:c9e705ef35c130d49440310e0b8d73a2c654613a3fb637a63b35a6793a4cbe1f
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:e33e349f43943695edb730e622cdb5df5ee854efb3aa9ee85e79e0ffaa8abdfb
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:c9e705ef35c130d49440310e0b8d73a2c654613a3fb637a63b35a6793a4cbe1f
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:e33e349f43943695edb730e622cdb5df5ee854efb3aa9ee85e79e0ffaa8abdfb
script: |
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion pipelines/enterprise-contract-everything.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ce600537e1fb66113a36d2c4a6663756b0b512e3362de34720aa1c39e05ecc3e
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:fd245a7817b57b455a1380d50ae1ef57933694f610814eb9df45148815e95291
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down
2 changes: 1 addition & 1 deletion pipelines/enterprise-contract-redhat-no-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ce600537e1fb66113a36d2c4a6663756b0b512e3362de34720aa1c39e05ecc3e
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:fd245a7817b57b455a1380d50ae1ef57933694f610814eb9df45148815e95291
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down
2 changes: 1 addition & 1 deletion pipelines/enterprise-contract-redhat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ce600537e1fb66113a36d2c4a6663756b0b512e3362de34720aa1c39e05ecc3e
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:fd245a7817b57b455a1380d50ae1ef57933694f610814eb9df45148815e95291
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down
2 changes: 1 addition & 1 deletion pipelines/enterprise-contract-slsa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ce600537e1fb66113a36d2c4a6663756b0b512e3362de34720aa1c39e05ecc3e
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:fd245a7817b57b455a1380d50ae1ef57933694f610814eb9df45148815e95291
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down
2 changes: 1 addition & 1 deletion pipelines/enterprise-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
resolver: bundles
params:
- name: bundle
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:ce600537e1fb66113a36d2c4a6663756b0b512e3362de34720aa1c39e05ecc3e
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:fd245a7817b57b455a1380d50ae1ef57933694f610814eb9df45148815e95291
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down

0 comments on commit 4ab9e44

Please sign in to comment.