From 47b6487756e22bb77eec3fe56c426366fc66b5b2 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Tue, 5 Nov 2024 16:41:16 +0100 Subject: [PATCH] chore: apply recommended migrations Signed-off-by: Ruben Romero Montes --- .tekton/exhort-pull-request.yaml | 22 ---------------------- .tekton/exhort-push.yaml | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/.tekton/exhort-pull-request.yaml b/.tekton/exhort-pull-request.yaml index 28c88877..e6981d4e 100644 --- a/.tekton/exhort-pull-request.yaml +++ b/.tekton/exhort-pull-request.yaml @@ -345,28 +345,6 @@ spec: operator: in values: - "false" - - name: sbom-json-check - params: - - name: IMAGE_URL - value: $(tasks.build-container.results.IMAGE_URL) - - name: IMAGE_DIGEST - value: $(tasks.build-container.results.IMAGE_DIGEST) - runAfter: - - build-container - taskRef: - params: - - name: name - value: sbom-json-check - - name: bundle - value: quay.io/redhat-appstudio-tekton-catalog/task-sbom-json-check:0.2@sha256:a8f1748144a51dbb90d140ae788a95e05d65dcdd0625efceedce2f5ae755c654 - - name: kind - value: task - resolver: bundles - when: - - input: $(params.skip-checks) - operator: in - values: - - "false" workspaces: - name: workspace - name: git-auth diff --git a/.tekton/exhort-push.yaml b/.tekton/exhort-push.yaml index 1f3cbc4e..bd5a6bd1 100644 --- a/.tekton/exhort-push.yaml +++ b/.tekton/exhort-push.yaml @@ -343,28 +343,6 @@ spec: operator: in values: - "false" - - name: sbom-json-check - params: - - name: IMAGE_URL - value: $(tasks.build-container.results.IMAGE_URL) - - name: IMAGE_DIGEST - value: $(tasks.build-container.results.IMAGE_DIGEST) - runAfter: - - build-container - taskRef: - params: - - name: name - value: sbom-json-check - - name: bundle - value: quay.io/redhat-appstudio-tekton-catalog/task-sbom-json-check:0.2@sha256:a8f1748144a51dbb90d140ae788a95e05d65dcdd0625efceedce2f5ae755c654 - - name: kind - value: task - resolver: bundles - when: - - input: $(params.skip-checks) - operator: in - values: - - "false" workspaces: - name: workspace - name: git-auth