From 5cf2204ecec1f3fb62c6f8470c35dad24b971b5e Mon Sep 17 00:00:00 2001 From: tommyd450 Date: Tue, 28 Nov 2023 09:56:26 +0000 Subject: [PATCH] Adding Source Container build for cli --- .tekton/cosign-cli-2-2-pull-request.yaml | 2 ++ .tekton/cosign-cli-2-2-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/cosign-cli-2-2-pull-request.yaml b/.tekton/cosign-cli-2-2-pull-request.yaml index b64831a92cf..e13b4971c8e 100644 --- a/.tekton/cosign-cli-2-2-pull-request.yaml +++ b/.tekton/cosign-cli-2-2-pull-request.yaml @@ -30,6 +30,8 @@ spec: value: . - name: revision value: '{{revision}}' + - name: build-source-image + value: "true" pipelineSpec: finally: - name: show-sbom diff --git a/.tekton/cosign-cli-2-2-push.yaml b/.tekton/cosign-cli-2-2-push.yaml index f05170d3443..c3c5465d33e 100644 --- a/.tekton/cosign-cli-2-2-push.yaml +++ b/.tekton/cosign-cli-2-2-push.yaml @@ -27,6 +27,8 @@ spec: value: . - name: revision value: '{{revision}}' + - name: build-source-image + value: "true" pipelineSpec: finally: - name: show-sbom