diff --git a/.tekton/rekor-cli-1-3-pull-request.yaml b/.tekton/rekor-cli-1-3-pull-request.yaml index 95b94439b..6ff663a81 100644 --- a/.tekton/rekor-cli-1-3-pull-request.yaml +++ b/.tekton/rekor-cli-1-3-pull-request.yaml @@ -30,6 +30,10 @@ spec: value: . - name: revision value: '{{revision}}' + - name: prefetch-input + value: '[{"type": "gomod", "path": "."}, {"type": "gomod", "path": "hack/tools"}]' + - name: hermetic + value: "true" - name: build-source-image value: "true" pipelineSpec: diff --git a/.tekton/rekor-cli-1-3-push.yaml b/.tekton/rekor-cli-1-3-push.yaml index b20835f45..9f3e10bfd 100644 --- a/.tekton/rekor-cli-1-3-push.yaml +++ b/.tekton/rekor-cli-1-3-push.yaml @@ -27,6 +27,10 @@ spec: value: . - name: revision value: '{{revision}}' + - name: prefetch-input + value: '[{"type": "gomod", "path": "."}, {"type": "gomod", "path": "hack/tools"}]' + - name: hermetic + value: "true" - name: build-source-image value: "true" pipelineSpec: