Skip to content

Commit

Permalink
fix(konflux): add rpms check to pull requests (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala authored Nov 1, 2024
1 parent 68a6a89 commit 981c7ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .tekton/insights-rbac-ui-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,23 @@ spec:
workspaces:
- name: workspace
workspace: workspace
- 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:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
- name: kind
value: task
resolver: bundles
- name: deprecated-base-image-check
params:
- name: IMAGE_URL
Expand Down

0 comments on commit 981c7ce

Please sign in to comment.