From de7f46ed59c5b0132ca8447296f6446943a11b6b Mon Sep 17 00:00:00 2001 From: dirgim Date: Thu, 29 Aug 2024 10:43:55 +0200 Subject: [PATCH] fix: remove sbom-json-check task from build pipelines * The sbom-json-check task is deprecated and will start failing the EC checks if it's not removed Signed-off-by: dirgim rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- .tekton/integration-service-pull-request.yaml | 22 ------------------- .tekton/integration-service-push.yaml | 22 ------------------- 2 files changed, 44 deletions(-) diff --git a/.tekton/integration-service-pull-request.yaml b/.tekton/integration-service-pull-request.yaml index 4734f05b5..cb064ad5e 100644 --- a/.tekton/integration-service-pull-request.yaml +++ b/.tekton/integration-service-pull-request.yaml @@ -351,28 +351,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.1@sha256:0883cb8a7cf366ee358db8cadd6a3131e01b8287abb9d6bd6e70f4ba5079292b - - 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/integration-service-push.yaml b/.tekton/integration-service-push.yaml index 0d73dbf68..e49467915 100644 --- a/.tekton/integration-service-push.yaml +++ b/.tekton/integration-service-push.yaml @@ -348,28 +348,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.1@sha256:0883cb8a7cf366ee358db8cadd6a3131e01b8287abb9d6bd6e70f4ba5079292b - - name: kind - value: task - resolver: bundles - when: - - input: $(params.skip-checks) - operator: in - values: - - "false" workspaces: - name: workspace - name: git-auth