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.