Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ec #874

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tekton/tasks/ec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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:3d9c4a6468a7bff3958c2845f0faca982484c11ba9a335cdae4b1c4f5066da63
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:c1f9d5c1ee0136f2c4b1848693f7436042d077ed51f19ec1c8f72e4506422bee
script: |
set -euo pipefail

Expand All @@ -38,7 +38,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:3d9c4a6468a7bff3958c2845f0faca982484c11ba9a335cdae4b1c4f5066da63
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:c1f9d5c1ee0136f2c4b1848693f7436042d077ed51f19ec1c8f72e4506422bee
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:473dc02c4b35b58c8d45461daa7395a6e7fff913ea3a7dc19db05735a99f87b0
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:71b6c61fd79099daab7140814406be040eba3796bee7407df5d5d6e6ec013ad1
- 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:473dc02c4b35b58c8d45461daa7395a6e7fff913ea3a7dc19db05735a99f87b0
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:71b6c61fd79099daab7140814406be040eba3796bee7407df5d5d6e6ec013ad1
- 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:473dc02c4b35b58c8d45461daa7395a6e7fff913ea3a7dc19db05735a99f87b0
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:71b6c61fd79099daab7140814406be040eba3796bee7407df5d5d6e6ec013ad1
- 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:473dc02c4b35b58c8d45461daa7395a6e7fff913ea3a7dc19db05735a99f87b0
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:71b6c61fd79099daab7140814406be040eba3796bee7407df5d5d6e6ec013ad1
- 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:473dc02c4b35b58c8d45461daa7395a6e7fff913ea3a7dc19db05735a99f87b0
value: quay.io/enterprise-contract/ec-task-bundle:snapshot@sha256:71b6c61fd79099daab7140814406be040eba3796bee7407df5d5d6e6ec013ad1
- name: name
value: verify-enterprise-contract
- name: kind
Expand Down