From 1e71fec62563b612db5656f015f94cb66bdebf81 Mon Sep 17 00:00:00 2001 From: Ciaran Roche Date: Fri, 4 Sep 2026 10:52:03 +0100 Subject: [PATCH] HYPERFLEET-1614 - ci: prefetch gomod dependencies for Hermeto attribution --- .tekton/hyperfleet-sentinel-push.yaml | 2 ++ .tekton/hyperfleet-sentinel-tag.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/hyperfleet-sentinel-push.yaml b/.tekton/hyperfleet-sentinel-push.yaml index d9e58cc..fdf0852 100644 --- a/.tekton/hyperfleet-sentinel-push.yaml +++ b/.tekton/hyperfleet-sentinel-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-sentinel-tag.yaml b/.tekton/hyperfleet-sentinel-tag.yaml index 4c70422..aba70a7 100644 --- a/.tekton/hyperfleet-sentinel-tag.yaml +++ b/.tekton/hyperfleet-sentinel-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.