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 Mar 18, 2024
1 parent 24eccf2 commit b1b9972
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [ec]
args:
- version
- name: validate
workingDir: "$(workspaces.output.path)"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
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:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [ec]
args:
- version
- name: initialize-tuf
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
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:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [ec]
args:
- validate
Expand Down Expand Up @@ -190,23 +190,23 @@ spec:
limits:
memory: 2Gi
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [cat]
args:
- "$(params.HOMEDIR)/report.yaml"
- name: report-json
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [cat]
args:
- "$(params.HOMEDIR)/report-json.json"
- name: summary
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [jq]
args:
- "."
- "$(results.TEST_OUTPUT.path)"
- name: assert
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:eb111f200ce98a72fe9dbcff550e9e9f0ab90df650d0e344b9adee52d115c0d4
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f4d10315b102e79f077750cce310323307e6a69e1f2b7c82b2dac9e5ca8a688b
command: [jq]
args:
- "--argjson"
Expand Down

0 comments on commit b1b9972

Please sign in to comment.