Skip to content

Commit

Permalink
build: remove rpm signature scan from the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ezr-ondrej committed Oct 10, 2024
1 parent eee198c commit f16cd6f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .tekton/provisioning-frontend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,28 +587,6 @@ spec:
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
runAfter:
- build-image-index
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
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace
- name: git-auth
Expand Down

0 comments on commit f16cd6f

Please sign in to comment.