From 87a7ddd9ad096f4d347b8b6b95bea001e8497b8d Mon Sep 17 00:00:00 2001 From: lcarva Date: Fri, 27 Sep 2024 09:01:33 +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 256f1ec..dccff10 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:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a command: [ec] args: - version - name: validate workingDir: "$(workspaces.output.path)" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a 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 157a67a..d53dbdc 100644 --- a/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml +++ b/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml @@ -171,7 +171,7 @@ spec: steps: - name: initialize-tuf - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a script: |- set -euo pipefail @@ -199,12 +199,12 @@ spec: value: $(params.SINGLE_COMPONENT_CUSTOM_RESOURCE_NS) - name: SNAPSHOT_PATH value: $(params.HOMEDIR)/snapshot.json - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a onError: continue # progress even if the step fails so we can see the debug logs command: [reduce-snapshot.sh] - name: validate - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a onError: continue # progress even if the step fails so we can see the debug logs command: [ec] args: @@ -264,14 +264,14 @@ spec: readOnly: true - name: report-json - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a onError: continue # progress even if the step fails so we can see the debug logs command: [cat] args: - "$(params.HOMEDIR)/report-json.json" - name: summary - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a onError: continue # progress even if the step fails so we can see the debug logs command: [jq] args: @@ -279,25 +279,25 @@ spec: - "$(results.TEST_OUTPUT.path)" - name: info - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a command: [printf] args: - "----- DEBUG OUTPUT -----\n" - name: version - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a command: [ec] args: - version - name: debug-log - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a command: [cat] args: - "$(params.HOMEDIR)/debug.log" - name: assert - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:a85ded4739e29f3fe5ae90cf62d3ecb46f22bcab0f1c16e211b78c36e3e42a34 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:89f07353036aa0799d81adafcb1cab6895fd22e9ce8bdb7121f9fd3f8c0d1d3a command: [jq] args: - "--argjson"