Skip to content

Commit d1e3f9a

Browse files
committed
OCM-12146 | chore: include 'rpms-signature-scan' to konflux build
1 parent 75f5c9b commit d1e3f9a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.tekton/terraform-provider-rhcs-push.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,23 @@ spec:
353353
operator: in
354354
values:
355355
- "false"
356+
- name: rpms-signature-scan
357+
params:
358+
- name: image-digest
359+
value: $(tasks.build-container.results.IMAGE_DIGEST)
360+
- name: image-url
361+
value: $(tasks.build-container.results.IMAGE_URL)
362+
runAfter:
363+
- build-container
364+
taskRef:
365+
params:
366+
- name: name
367+
value: rpms-signature-scan
368+
- name: bundle
369+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:b627a8040f900bf359b50bfb5201907f73712ae5949270d57ea30cff11df078c
370+
- name: kind
371+
value: task
372+
resolver: bundles
356373
workspaces:
357374
- name: workspace
358375
- name: git-auth

0 commit comments

Comments
 (0)