From 25f745c4c82c67f98f09702ab26a99d1cafc1b31 Mon Sep 17 00:00:00 2001 From: Zoran Regvart Date: Fri, 27 Sep 2024 09:59:02 +0200 Subject: [PATCH] `image-digest` parameter for `rpms-signature-scan` New required parameter was added and existing `image-url` parameter changed meaning. --- .tekton/build-pipeline.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tekton/build-pipeline.yaml b/.tekton/build-pipeline.yaml index c413bf32..915ba596 100644 --- a/.tekton/build-pipeline.yaml +++ b/.tekton/build-pipeline.yaml @@ -322,7 +322,9 @@ spec: - name: rpms-signature-scan params: - name: image-url - value: $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST) + value: $(tasks.build-container.results.IMAGE_URL) + - name: image-digest + value: $(tasks.build-container.results.IMAGE_DIGEST) runAfter: - build-container taskRef: