From 067832f7377fc1ea9d47ec5581eda5157e890f13 Mon Sep 17 00:00:00 2001 From: lcarva Date: Mon, 4 Dec 2023 09:01:39 +0000 Subject: [PATCH] sync ec-cli task definitions --- .../0.1/verify-definition.yaml | 4 ++-- .../0.1/verify-enterprise-contract.yaml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tasks/verify-definition/0.1/verify-definition.yaml b/tasks/verify-definition/0.1/verify-definition.yaml index 9cdbabf..4b4ca03 100644 --- a/tasks/verify-definition/0.1/verify-definition.yaml +++ b/tasks/verify-definition/0.1/verify-definition.yaml @@ -60,13 +60,13 @@ spec: value: "$(params.HOMEDIR)" steps: - name: version - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [ec] args: - version - name: validate workingDir: "$(workspaces.output.path)" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [ec] args: - validate diff --git a/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml b/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml index 510d776..85f341e 100644 --- a/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml +++ b/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml @@ -121,12 +121,12 @@ spec: steps: - name: version - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [ec] args: - version - name: initialize-tuf - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 script: |- set -euo pipefail @@ -142,7 +142,7 @@ spec: - name: TUF_MIRROR value: "$(params.TUF_MIRROR)" - name: validate - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [ec] args: - validate @@ -193,33 +193,33 @@ spec: limits: memory: 300Mi - name: report - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [cat] args: - "$(params.HOMEDIR)/report.yaml" - name: data - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [cat] args: - "$(params.HOMEDIR)/data.yaml" - name: attestations - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [cat] args: - "$(params.HOMEDIR)/attestations.jsonl" - name: report-json - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [cat] args: - "$(params.HOMEDIR)/report-json.json" - name: summary - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [jq] args: - "." - "$(results.TEST_OUTPUT.path)" - name: assert - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:9f317aac1a73729c7ab611fe24b5c81ee7a6343f389e9747683cd3155d3fa53f + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:fcca759e32e470c34175d3ed66dea2640d4861ae916159f353b9691d1d6d81e4 command: [jq] args: - "--argjson"