Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 14c5749

Browse files
committed
chore(KFLUXVNGD-83): add rpm-signature-scan task to pipelines
add rpm-signature-scan task to pipelines Signed-off-by: Avi Biton <[email protected]>
1 parent 028dc13 commit 14c5749

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.tekton/segment-bridge-pull-request.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,23 @@ spec:
306306
operator: in
307307
values:
308308
- "false"
309+
- name: rpms-signature-scan
310+
params:
311+
- name: image-digest
312+
value: $(tasks.build-container.results.IMAGE_DIGEST)
313+
- name: image-url
314+
value: $(tasks.build-container.results.IMAGE_URL)
315+
runAfter:
316+
- build-container
317+
taskRef:
318+
params:
319+
- name: name
320+
value: rpms-signature-scan
321+
- name: bundle
322+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
323+
- name: kind
324+
value: task
325+
resolver: bundles
309326
- name: sast-snyk-check
310327
runAfter:
311328
- build-container

.tekton/segment-bridge-push.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,23 @@ spec:
303303
operator: in
304304
values:
305305
- "false"
306+
- name: rpms-signature-scan
307+
params:
308+
- name: image-digest
309+
value: $(tasks.build-container.results.IMAGE_DIGEST)
310+
- name: image-url
311+
value: $(tasks.build-container.results.IMAGE_URL)
312+
runAfter:
313+
- build-container
314+
taskRef:
315+
params:
316+
- name: name
317+
value: rpms-signature-scan
318+
- name: bundle
319+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
320+
- name: kind
321+
value: task
322+
resolver: bundles
306323
- name: sast-snyk-check
307324
runAfter:
308325
- build-container

0 commit comments

Comments
 (0)