From 11c24214947292feb98a6e86a6aaea688e243c8f 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-api-push.yaml | 2 ++ .tekton/hyperfleet-api-tag.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/hyperfleet-api-push.yaml b/.tekton/hyperfleet-api-push.yaml index 4dfb4a39..5a88985b 100644 --- a/.tekton/hyperfleet-api-push.yaml +++ b/.tekton/hyperfleet-api-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-api-tag.yaml b/.tekton/hyperfleet-api-tag.yaml index 9ec58114..33c90ab9 100644 --- a/.tekton/hyperfleet-api-tag.yaml +++ b/.tekton/hyperfleet-api-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.