From 62859297248752c8a92420f9bc7a27b1d2205d57 Mon Sep 17 00:00:00 2001 From: lcarva Date: Tue, 20 Aug 2024 09:01:31 +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 5318ab6..49e653e 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:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e command: [ec] args: - version - name: validate workingDir: "$(workspaces.output.path)" - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e 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 e077823..7647358 100644 --- a/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml +++ b/tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml @@ -152,7 +152,7 @@ spec: steps: - name: initialize-tuf - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e script: |- set -euo pipefail @@ -169,7 +169,7 @@ spec: value: "$(params.TUF_MIRROR)" - name: validate - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e onError: continue # progress even if the step fails so we can see the debug logs command: [ec] args: @@ -231,21 +231,21 @@ spec: readOnly: true - name: report - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e onError: continue # progress even if the step fails so we can see the debug logs command: [cat] args: - "$(params.HOMEDIR)/report.yaml" - name: report-json - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e 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:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e onError: continue # progress even if the step fails so we can see the debug logs command: [jq] args: @@ -253,25 +253,25 @@ spec: - "$(results.TEST_OUTPUT.path)" - name: info - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e command: [printf] args: - "----- DEBUG OUTPUT -----\n" - name: version - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e command: [ec] args: - version - name: debug-log - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e command: [cat] args: - "$(params.HOMEDIR)/debug.log" - name: assert - image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b5dbeb808d2d9e5f42880f5d86ba45db5202a09441b63882f047f07ea9238637 + image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:5638c575403d97be08bdf5d19e6752b7e57947c770dccdb82696155ed77c1e2e command: [jq] args: - "--argjson"