diff --git a/.tekton/rekor-cli-1-3-pull-request.yaml b/.tekton/rekor-cli-1-3-pull-request.yaml index f301e2557..6ff663a81 100644 --- a/.tekton/rekor-cli-1-3-pull-request.yaml +++ b/.tekton/rekor-cli-1-3-pull-request.yaml @@ -31,7 +31,7 @@ spec: - name: revision value: '{{revision}}' - name: prefetch-input - value: '{"type": "gomod", "path": "."}' + value: '[{"type": "gomod", "path": "."}, {"type": "gomod", "path": "hack/tools"}]' - name: hermetic value: "true" - name: build-source-image diff --git a/.tekton/rekor-cli-1-3-push.yaml b/.tekton/rekor-cli-1-3-push.yaml index 5805cd5f8..9f3e10bfd 100644 --- a/.tekton/rekor-cli-1-3-push.yaml +++ b/.tekton/rekor-cli-1-3-push.yaml @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: prefetch-input - value: '{"type": "gomod", "path": "."}' + value: '[{"type": "gomod", "path": "."}, {"type": "gomod", "path": "hack/tools"}]' - name: hermetic value: "true" - name: build-source-image