Skip to content

Commit

Permalink
[SECURESIGN-254] [SECURESIGN-253] | Enabling prefetch and hermetic bu…
Browse files Browse the repository at this point in the history
…ild for cli. (#178)

Enabling Prefetch and Hermetic builds for cli.
  • Loading branch information
tommyd450 authored Nov 28, 2023
1 parent 7ab18b7 commit 7a1e927
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/rekor-cli-1-3-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .tekton/rekor-cli-1-3-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a1e927

Please sign in to comment.