Skip to content

Commit

Permalink
update dependency path for prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Oct 10, 2023
1 parent 014a8aa commit 37a5813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/ct-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: hermetic
value: "true"
- name: prefetch-input
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/build-assets/certificate-transparency-go-1.1.6", "type": "gomod"}]
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/build-assets", "type": "gomod"}]
pipelineSpec:
finally:
- name: show-sbom
Expand Down
2 changes: 1 addition & 1 deletion .tekton/ct-server-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: hermetic
value: "true"
- name: prefetch-input
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/build-assets/certificate-transparency-go-1.1.6", "type": "gomod"}]
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/build-assets", "type": "gomod"}]
pipelineSpec:
finally:
- name: show-sbom
Expand Down

0 comments on commit 37a5813

Please sign in to comment.