Skip to content

Commit

Permalink
MGMT-19174: Add rpms-signature-scan to Konflux pipeline (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastequo authored Nov 4, 2024
1 parent c26eea0 commit fc7ccd2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .tekton/bug-master-bot-saas-main-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,23 @@ spec:
- name: kind
value: task
resolver: bundles
- name: rpms-signature-scan
params:
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
runAfter:
- build-container
taskRef:
resolver: bundles
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
- name: kind
value: task
workspaces:
- name: workspace
- name: git-auth
Expand Down
17 changes: 17 additions & 0 deletions .tekton/bug-master-bot-saas-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,23 @@ spec:
- name: kind
value: task
resolver: bundles
- name: rpms-signature-scan
params:
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
runAfter:
- build-container
taskRef:
resolver: bundles
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
- name: kind
value: task
workspaces:
- name: workspace
- name: git-auth
Expand Down

0 comments on commit fc7ccd2

Please sign in to comment.