Skip to content

Commit

Permalink
Remove sbom-json-check Task
Browse files Browse the repository at this point in the history
`sbom-json-check` Task has been deprecated and should be removed from
the pipeline.
  • Loading branch information
zregvart committed Sep 17, 2024
1 parent 2e38be4 commit 07c3ed2
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .tekton/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,28 +421,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/konflux-ci/tekton-catalog/task-sbom-json-check:0.2@sha256:67e1d49b6f53c54ec603e9b188d9428334232ddf107260af3f9afde244d1a8cf
- 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 07c3ed2

Please sign in to comment.