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 Dec 6, 2023
1 parent d0b392c commit 364aa1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [ec]
args:
- version
- name: validate
workingDir: "$(workspaces.output.path)"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [ec]
args:
- validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ spec:

steps:
- name: version
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [ec]
args:
- version
- name: initialize-tuf
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
script: |-
set -euo pipefail
Expand All @@ -142,7 +142,7 @@ spec:
- name: TUF_MIRROR
value: "$(params.TUF_MIRROR)"
- name: validate
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [ec]
args:
- validate
Expand Down Expand Up @@ -193,33 +193,33 @@ spec:
limits:
memory: 300Mi
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [cat]
args:
- "$(params.HOMEDIR)/report.yaml"
- name: data
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [cat]
args:
- "$(params.HOMEDIR)/data.yaml"
- name: attestations
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [cat]
args:
- "$(params.HOMEDIR)/attestations.jsonl"
- name: report-json
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [cat]
args:
- "$(params.HOMEDIR)/report-json.json"
- name: summary
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [jq]
args:
- "."
- "$(results.TEST_OUTPUT.path)"
- name: assert
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a8ee839bb2dfaa07d3010d4509337599c82dcf14d6661e809b4d02cd6aec2be3
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f771373b68be5972ddf25ab911e8eac3edb235fad07f4cdfc7e5cdc344014733
command: [jq]
args:
- "--argjson"
Expand Down

0 comments on commit 364aa1e

Please sign in to comment.