From 9ab1ca005eb5d57586b812f49559dec3ced29e19 Mon Sep 17 00:00:00 2001 From: lcarva Date: Thu, 4 Jan 2024 09:01:28 +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 eef94a7..04dcdcf 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:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [ec] args: - version - name: validate workingDir: "$(workspaces.output.path)" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 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 a887087..02d3f20 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:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [ec] args: - version - name: initialize-tuf - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 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:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [ec] args: - validate @@ -194,33 +194,33 @@ spec: limits: memory: 2Gi - name: report - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [cat] args: - "$(params.HOMEDIR)/report.yaml" - name: data - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [cat] args: - "$(params.HOMEDIR)/data.yaml" - name: attestations - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [cat] args: - "$(params.HOMEDIR)/attestations.jsonl" - name: report-json - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [cat] args: - "$(params.HOMEDIR)/report-json.json" - name: summary - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [jq] args: - "." - "$(results.TEST_OUTPUT.path)" - name: assert - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:f73add9713e67b31b23e39b845a14b2a24a4cbb3405cdfdd22525bab762c6fcd + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b989393918be0784651d2a7795894a505fae12f6936e88ed9669786720ec9876 command: [jq] args: - "--argjson"