From ce16f1f5292b0a4961a9915deb78969e4382747d Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Thu, 19 Oct 2023 16:28:56 -0400 Subject: [PATCH] chore: enable hermetic builds and prefetched dependencies Required for RHTAP Enterprise Contract Signed-off-by: Lance Ball --- .tekton/cosign-pull-request.yaml | 4 ++++ .tekton/cosign-push.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.tekton/cosign-pull-request.yaml b/.tekton/cosign-pull-request.yaml index e5a10add722..72db74bed1c 100644 --- a/.tekton/cosign-pull-request.yaml +++ b/.tekton/cosign-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/cosign-push.yaml b/.tekton/cosign-push.yaml index e988827b2a9..086d1ed04bb 100644 --- a/.tekton/cosign-push.yaml +++ b/.tekton/cosign-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