Skip to content

Commit

Permalink
fix: enable-hermeitc-builds (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Mar 20, 2024
2 parents 7d10d46 + e72a4fe commit 4198f98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/rekor-search-ui-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
value: '{{revision}}'
- name: build-source-image
value: "true"
- name: prefetch-input
value: '{"type": "npm", "path":"."}'
- name: hermetic
value: "true"
pipelineSpec:
finally:
- name: show-sbom
Expand Down
4 changes: 4 additions & 0 deletions .tekton/rekor-search-ui-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
value: '{{revision}}'
- name: build-source-image
value: "true"
- name: prefetch-input
value: '{"type": "npm", "path":"."}'
- name: hermetic
value: "true"
pipelineSpec:
finally:
- name: show-sbom
Expand Down

0 comments on commit 4198f98

Please sign in to comment.