Skip to content

Commit

Permalink
sync ec-cli task definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarva committed Sep 11, 2023
1 parent 43df95f commit 81e1694
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tasks/verify-definition/0.1/verify-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ spec:
value: "$(params.HOMEDIR)"
steps:
- name: version
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [ec]
args:
- version
- name: validate
workingDir: "$(workspaces.output.path)"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [ec]
args:
- validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ spec:

steps:
- name: version
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [ec]
args:
- version
- name: initialize-tuf
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
script: |-
set -euo pipefail
Expand All @@ -144,7 +144,7 @@ spec:
- name: TUF_MIRROR
value: "$(params.TUF_MIRROR)"
- name: validate
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [ec]
args:
- validate
Expand Down Expand Up @@ -183,28 +183,28 @@ spec:
# will contain a trailing ":" - this is ok.
value: "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs:/system/etc/security/cacerts:$(params.SSL_CERT_DIR)"
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [cat]
args:
- "$(params.HOMEDIR)/report.yaml"
- name: data
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [cat]
args:
- "$(params.HOMEDIR)/data.yaml"
- name: attestations
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [cat]
args:
- "$(params.HOMEDIR)/attestations.jsonl"
- name: summary
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [jq]
args:
- "."
- "$(results.TEST_OUTPUT.path)"
- name: assert
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:4c0922dff058b8728fb2b447792683e5be0e02eca325f715edead628eb90455e
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:757657b7039c73d1b16d4d7b20edd024a96774fae4bda4c3b5a4c1878e4a12e2
command: [jq]
args:
- "--argjson"
Expand Down

0 comments on commit 81e1694

Please sign in to comment.