From 57b9e9d4fae228be8720ea5741f665f579420a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Dugovi=C4=8D?= Date: Fri, 11 Sep 2026 15:21:35 +0200 Subject: [PATCH] wip: add prefetch-input to pipline to solve warnings --- .tekton/patchman-engine-pull-request.yaml | 4 ++++ .tekton/patchman-engine-push.yaml | 4 ++++ .tekton/patchman-engine-sc-pull-request.yaml | 4 ++++ .tekton/patchman-engine-sc-push.yaml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/.tekton/patchman-engine-pull-request.yaml b/.tekton/patchman-engine-pull-request.yaml index a73835bc7..c5593a4ec 100644 --- a/.tekton/patchman-engine-pull-request.yaml +++ b/.tekton/patchman-engine-pull-request.yaml @@ -33,6 +33,10 @@ spec: value: . - name: skip-sast-coverity-check value: "true" + - name: hermetic + value: "true" + - name: prefetch-input + value: '[{"type": "gomod", "path": "."}]' pipelineRef: name: docker-build-oci-ta taskRunTemplate: diff --git a/.tekton/patchman-engine-push.yaml b/.tekton/patchman-engine-push.yaml index 8becd14b4..c537897d4 100644 --- a/.tekton/patchman-engine-push.yaml +++ b/.tekton/patchman-engine-push.yaml @@ -30,6 +30,10 @@ spec: value: . - name: skip-sast-coverity-check value: "true" + - name: hermetic + value: "true" + - name: prefetch-input + value: '[{"type": "gomod", "path": "."}]' pipelineRef: name: docker-build-oci-ta taskRunTemplate: diff --git a/.tekton/patchman-engine-sc-pull-request.yaml b/.tekton/patchman-engine-sc-pull-request.yaml index 24a70fdc0..053def349 100644 --- a/.tekton/patchman-engine-sc-pull-request.yaml +++ b/.tekton/patchman-engine-sc-pull-request.yaml @@ -31,6 +31,10 @@ spec: value: Dockerfile - name: path-context value: . + - name: hermetic + value: "true" + - name: prefetch-input + value: '[{"type": "gomod", "path": "."}]' pipelineRef: name: docker-build-oci-ta taskRunTemplate: diff --git a/.tekton/patchman-engine-sc-push.yaml b/.tekton/patchman-engine-sc-push.yaml index 3a67cc7cc..c01e024a3 100644 --- a/.tekton/patchman-engine-sc-push.yaml +++ b/.tekton/patchman-engine-sc-push.yaml @@ -28,6 +28,10 @@ spec: value: Dockerfile - name: path-context value: . + - name: hermetic + value: "true" + - name: prefetch-input + value: '[{"type": "gomod", "path": "."}]' pipelineRef: name: docker-build-oci-ta taskRunTemplate: