Skip to content

Commit

Permalink
Merge pull request #268 from securesign/tdalton/KonfluxTweaks
Browse files Browse the repository at this point in the history
Adding Hermetic build for cosign
  • Loading branch information
tommyd450 authored Sep 25, 2024
2 parents 22d5113 + ff9bcba commit 780ed83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/cosign-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": "."}'
- name: hermetic
value: "true"
- name: build-source-image
value: "true"
pipelineSpec:
Expand Down
4 changes: 4 additions & 0 deletions .tekton/cosign-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": "."}'
- name: hermetic
value: "true"
- name: build-source-image
value: "true"
pipelineSpec:
Expand Down

0 comments on commit 780ed83

Please sign in to comment.