From 5a68fe7d667d3545afd4528fce8c343ad13ec19c Mon Sep 17 00:00:00 2001 From: lcarva Date: Thu, 2 May 2024 09:01:29 +0000 Subject: [PATCH] sync ec-cli task definitions --- tasks/verify-definition/0.1/verify-definition.yaml | 4 ++-- .../0.1/verify-enterprise-contract.yaml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tasks/verify-definition/0.1/verify-definition.yaml b/tasks/verify-definition/0.1/verify-definition.yaml index 7752b24..ecbcd15 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:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [ec] args: - version - name: validate workingDir: "$(workspaces.output.path)" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 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 e33ede8..403ca81 100644 --- a/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml +++ b/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml @@ -127,13 +127,13 @@ spec: steps: - name: version - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [ec] args: - version - name: initialize-tuf - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 script: |- set -euo pipefail @@ -150,7 +150,7 @@ spec: value: "$(params.TUF_MIRROR)" - name: validate - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [ec] args: - validate @@ -199,26 +199,26 @@ spec: memory: 2Gi - name: report - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [cat] args: - "$(params.HOMEDIR)/report.yaml" - name: report-json - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [cat] args: - "$(params.HOMEDIR)/report-json.json" - name: summary - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [jq] args: - "." - "$(results.TEST_OUTPUT.path)" - name: assert - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:3102b13ca2e13e8e9e6b3397493655e6256718cf4a14b53357c7aa3d063603b2 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:6cd74024466679ef8faf8f54e3190c04722fc02996c6139727f0f3b4b2c4ac31 command: [jq] args: - "--argjson"