From edbe0462b319fc788c1313bb2e053a0e362901d0 Mon Sep 17 00:00:00 2001 From: Ciaran Roche Date: Fri, 4 Sep 2026 10:52:02 +0100 Subject: [PATCH] HYPERFLEET-1614 - ci: prefetch gomod dependencies for Hermeto attribution --- .tekton/hyperfleet-applier-push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/hyperfleet-applier-push.yaml b/.tekton/hyperfleet-applier-push.yaml index 39265a1..73b7ed4 100644 --- a/.tekton/hyperfleet-applier-push.yaml +++ b/.tekton/hyperfleet-applier-push.yaml @@ -27,6 +27,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.