From 4d22d8f868fbc68995a0da17e68a0c4b8bac95cf Mon Sep 17 00:00:00 2001 From: desmax74 Date: Tue, 5 Nov 2024 15:12:02 +0100 Subject: [PATCH] add mandatory rpm signature scan task Signed-off-by: desmax74 --- .tekton/guac-pull-request.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/guac-pull-request.yaml b/.tekton/guac-pull-request.yaml index 0635387ebe..c4d45e47cb 100644 --- a/.tekton/guac-pull-request.yaml +++ b/.tekton/guac-pull-request.yaml @@ -32,10 +32,6 @@ spec: value: . - name: build-source-image value: 'true' - - default: "false" - description: Add built image into an OCI image index - name: build-image-index - type: string pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. @@ -101,6 +97,10 @@ spec: description: Build a source image. name: build-source-image type: string + - default: "false" + description: Add built image into an OCI image index + name: build-image-index + type: string - default: [] description: Array of --build-arg values ("arg=value" strings) for buildah name: build-args