From 1a75f17455ad9f79ccae8746143c654e27be9f91 Mon Sep 17 00:00:00 2001 From: Ciaran Roche Date: Fri, 4 Sep 2026 10:52:04 +0100 Subject: [PATCH] HYPERFLEET-1614 - ci: prefetch gomod dependencies for Hermeto attribution --- .tekton/hyperfleet-adapter-push.yaml | 2 ++ .tekton/hyperfleet-adapter-tag.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/hyperfleet-adapter-push.yaml b/.tekton/hyperfleet-adapter-push.yaml index 35b69f10..1ed2a0bd 100644 --- a/.tekton/hyperfleet-adapter-push.yaml +++ b/.tekton/hyperfleet-adapter-push.yaml @@ -28,6 +28,8 @@ spec: value: ./Dockerfile - name: path-context value: . + - name: prefetch-input + value: '{"type": "gomod"}' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/hyperfleet-adapter-tag.yaml b/.tekton/hyperfleet-adapter-tag.yaml index 18a9a21b..79a34e69 100644 --- a/.tekton/hyperfleet-adapter-tag.yaml +++ b/.tekton/hyperfleet-adapter-tag.yaml @@ -31,6 +31,8 @@ spec: value: ./Dockerfile - name: path-context value: . + - name: prefetch-input + value: '{"type": "gomod"}' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.