diff --git a/.tekton/backfill-redis-1-0-gamma-pull-request.yaml b/.tekton/backfill-redis-1-0-gamma-pull-request.yaml index b2ff6d12b..1f3d1785c 100644 --- a/.tekton/backfill-redis-1-0-gamma-pull-request.yaml +++ b/.tekton/backfill-redis-1-0-gamma-pull-request.yaml @@ -30,6 +30,10 @@ spec: value: . - name: revision value: '{{revision}}' + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"path": ".","type": "gomod"}' pipelineSpec: finally: - name: show-sbom diff --git a/.tekton/backfill-redis-1-0-gamma-push.yaml b/.tekton/backfill-redis-1-0-gamma-push.yaml index 9de95dac0..96983ed2d 100644 --- a/.tekton/backfill-redis-1-0-gamma-push.yaml +++ b/.tekton/backfill-redis-1-0-gamma-push.yaml @@ -27,6 +27,10 @@ spec: value: . - name: revision value: '{{revision}}' + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"path": ".","type": "gomod"}' pipelineSpec: finally: - name: show-sbom diff --git a/.tekton/rekor-server-1-0-gamma-pull-request.yaml b/.tekton/rekor-server-1-0-gamma-pull-request.yaml index 7268f9196..2070aaa69 100644 --- a/.tekton/rekor-server-1-0-gamma-pull-request.yaml +++ b/.tekton/rekor-server-1-0-gamma-pull-request.yaml @@ -30,6 +30,10 @@ spec: value: . - name: revision value: '{{revision}}' + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"path": ".","type": "gomod"}' pipelineSpec: finally: - name: show-sbom diff --git a/.tekton/rekor-server-1-0-gamma-push.yaml b/.tekton/rekor-server-1-0-gamma-push.yaml index fc6044646..117214cad 100644 --- a/.tekton/rekor-server-1-0-gamma-push.yaml +++ b/.tekton/rekor-server-1-0-gamma-push.yaml @@ -27,6 +27,10 @@ spec: value: . - name: revision value: '{{revision}}' + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"path": ".","type": "gomod"}' pipelineSpec: finally: - name: show-sbom