From 2ebb80f2b0c100766f017e0b6b10e0b0fd2bb6bf Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Mon, 14 Oct 2024 14:25:58 +0200 Subject: [PATCH 1/2] ROX-26528: add rpms-signature-scan task to pipeline --- .tekton/collector-component-pipeline.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index d67cf2e83e..02dfaa5ebe 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -563,3 +563,23 @@ spec: - input: $(params.skip-checks) operator: in values: [ "false" ] + + - name: rpms-signature-scan + params: + - name: image-digest + value: $(tasks.build-image-index.results.IMAGE_DIGEST) + - name: image-url + value: $(tasks.build-image-index.results.IMAGE_URL) + taskRef: + params: + - name: name + value: rpms-signature-scan + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8 + - name: kind + value: task + resolver: bundles + when: + - input: $(params.skip-checks) + operator: in + values: ["false"] From a6fd10f84f98282abf4f4a9a3b549e256be5be2f Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Tue, 15 Oct 2024 09:48:41 +0200 Subject: [PATCH 2/2] fix indent --- .tekton/collector-component-pipeline.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 02dfaa5ebe..5f1490f938 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -566,10 +566,10 @@ spec: - name: rpms-signature-scan params: - - name: image-digest - value: $(tasks.build-image-index.results.IMAGE_DIGEST) - - name: image-url - value: $(tasks.build-image-index.results.IMAGE_URL) + - name: image-digest + value: $(tasks.build-image-index.results.IMAGE_DIGEST) + - name: image-url + value: $(tasks.build-image-index.results.IMAGE_URL) taskRef: params: - name: name