Skip to content

Commit

Permalink
konflux: remove sbom-json-check tasks (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Nov 11, 2024
1 parent b99f0ba commit f4b0334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
22 changes: 0 additions & 22 deletions .tekton/bootc-image-builder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,28 +561,6 @@ spec:
operator: in
values:
- "false"
- name: sbom-json-check
params:
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: sbom-json-check
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-sbom-json-check:0.2@sha256:a8f1748144a51dbb90d140ae788a95e05d65dcdd0625efceedce2f5ae755c654
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace-amd64
- name: git-auth
Expand Down
22 changes: 0 additions & 22 deletions .tekton/bootc-image-builder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,28 +650,6 @@ spec:
operator: in
values:
- "false"
- name: sbom-json-check
params:
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: sbom-json-check
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-sbom-json-check:0.2@sha256:a8f1748144a51dbb90d140ae788a95e05d65dcdd0625efceedce2f5ae755c654
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace-amd64
- name: git-auth
Expand Down

0 comments on commit f4b0334

Please sign in to comment.