Skip to content

Commit

Permalink
OCM-12146 | chore: include 'rpms-signature-scan' to konflux build
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Nov 4, 2024
1 parent 75f5c9b commit d1e3f9a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .tekton/terraform-provider-rhcs-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,23 @@ spec:
operator: in
values:
- "false"
- 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:
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:b627a8040f900bf359b50bfb5201907f73712ae5949270d57ea30cff11df078c
- name: kind
value: task
resolver: bundles
workspaces:
- name: workspace
- name: git-auth
Expand Down

0 comments on commit d1e3f9a

Please sign in to comment.