@@ -8,9 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12- == "main"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : crc-test
1615 appstudio.openshift.io/component : crc-release
4544 - name : name
4645 value : show-sbom
4746 - name : bundle
48- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
47+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4948 - name : kind
5049 value : task
5150 resolver : bundles
@@ -61,13 +60,11 @@ spec:
6160 name : output-image
6261 type : string
6362 - default : .
64- description : Path to the source code of an application's component from where
65- to build image.
63+ description : Path to the source code of an application's component from where to build image.
6664 name : path-context
6765 type : string
6866 - default : Dockerfile
69- description : Path to the Dockerfile inside the context specified by parameter
70- path-context
67+ description : Path to the Dockerfile inside the context specified by parameter path-context
7168 name : dockerfile
7269 type : string
7370 - default : " false"
8784 name : prefetch-input
8885 type : string
8986 - default : " "
90- description : Image tag expiration time, time values could be something like
91- 1h, 2d, 3w for hours, days, and weeks, respectively.
87+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288 name : image-expires-after
9389 - default : " false"
9490 description : Build a source image.
@@ -133,7 +129,7 @@ spec:
133129 - name : name
134130 value : init
135131 - name : bundle
136- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:2f59e9a3c20ce4509356389d327087213cc82c079b30811935837791da140f9f
132+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
137133 - name : kind
138134 value : task
139135 resolver : bundles
@@ -154,7 +150,7 @@ spec:
154150 - name : name
155151 value : git-clone-oci-ta
156152 - name : bundle
157- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3e171c1f3a9487a5764ebef629f93b3d2fc01cc8bad382dd8065cdfe42214148
153+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
158154 - name : kind
159155 value : task
160156 resolver : bundles
@@ -183,7 +179,7 @@ spec:
183179 - name : name
184180 value : prefetch-dependencies-oci-ta
185181 - name : bundle
186- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:8398b3332f911b5b5244f8429adae4ec2982e7fb7ab8eecdc4e05a9fb05f60fd
182+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0b58e5132333dd3b710ef9c18ecebe0d5e5b22066ba56481d34431c989cb21dd
187183 - name : kind
188184 value : task
189185 resolver : bundles
@@ -224,7 +220,7 @@ spec:
224220 - name : name
225221 value : buildah-oci-ta
226222 - name : bundle
227- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:204db46550475127bd943ed243b560628d645568eb1f6b19a5c1e88cd697182d
223+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:c9ef8d723f5c3d65ec910d6fdb74607332620289ab083d6c97c602226fe7a8d2
228224 - name : kind
229225 value : task
230226 resolver : bundles
@@ -253,7 +249,7 @@ spec:
253249 - name : name
254250 value : build-image-index
255251 - name : bundle
256- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d34e4245b767c5b1b5edbbad9fc9cf8050cf19a69c8e55856479848405c596ec
252+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
257253 - name : kind
258254 value : task
259255 resolver : bundles
@@ -265,19 +261,21 @@ spec:
265261 - name : build-source-image
266262 params :
267263 - name : BINARY_IMAGE
268- value : $(params.output -image)
264+ value : $(tasks.build -image-index.results.IMAGE_URL )
269265 - name : SOURCE_ARTIFACT
270266 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
271267 - name : CACHI2_ARTIFACT
272268 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
269+ - name : BINARY_IMAGE_DIGEST
270+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
273271 runAfter :
274272 - build-image-index
275273 taskRef :
276274 params :
277275 - name : name
278276 value : source-build-oci-ta
279277 - name : bundle
280- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:66401e328c0036012112caad2ba02617954330689c9c590e9f53cad0256bb5ec
278+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
281279 - name : kind
282280 value : task
283281 resolver : bundles
@@ -303,7 +301,7 @@ spec:
303301 - name : name
304302 value : deprecated-image-check
305303 - name : bundle
306- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
304+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
307305 - name : kind
308306 value : task
309307 resolver : bundles
@@ -325,7 +323,7 @@ spec:
325323 - name : name
326324 value : clair-scan
327325 - name : bundle
328- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:03383b5a8674edef0ae184dd81f00386017624a5af255cb0b5803d7659483ba5
326+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
329327 - name : kind
330328 value : task
331329 resolver : bundles
@@ -345,7 +343,7 @@ spec:
345343 - name : name
346344 value : ecosystem-cert-preflight-checks
347345 - name : bundle
348- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1 @sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
346+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2 @sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
349347 - name : kind
350348 value : task
351349 resolver : bundles
@@ -371,7 +369,7 @@ spec:
371369 - name : name
372370 value : sast-snyk-check-oci-ta
373371 - name : bundle
374- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:ba2c9c37a287a8220d8810c31211fc7c33f9b1576bcf5cacf2f050824624c9fd
372+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:e371aa09c65ab309138b4aeae9ea4dd93f83119c5cc61e9f2057fe5bb518fbe9
375373 - name : kind
376374 value : task
377375 resolver : bundles
@@ -393,7 +391,7 @@ spec:
393391 - name : name
394392 value : clamav-scan
395393 - name : bundle
396- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:c30c12681b02eb4b83aeb4021d0e714a72db4d1d3bb14579652f4d1a763473ab
394+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
397395 - name : kind
398396 value : task
399397 resolver : bundles
@@ -436,7 +434,7 @@ spec:
436434 - name : name
437435 value : sast-coverity-check-oci-ta
438436 - name : bundle
439- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2 @sha256:b874e49385d8bdc27dfe273a4ec466f8b2a5b0076c64cef5e86b29ee7ca7c6f2
437+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3 @sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
440438 - name : kind
441439 value : task
442440 resolver : bundles
@@ -457,7 +455,7 @@ spec:
457455 - name : name
458456 value : coverity-availability-check
459457 - name : bundle
460- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:0b35292eed661c5e3ca307c0ba7f594d17555db2a1da567903b0b47697fa23ed
458+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
461459 - name : kind
462460 value : task
463461 resolver : bundles
@@ -483,7 +481,7 @@ spec:
483481 - name : name
484482 value : sast-shell-check-oci-ta
485483 - name : bundle
486- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:371ba9d9f08c55c58e0c76d696644557b92ebff4c8f71facca3a81e0b92bb4f4
484+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
487485 - name : kind
488486 value : task
489487 resolver : bundles
@@ -500,14 +498,16 @@ spec:
500498 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
501499 - name : CACHI2_ARTIFACT
502500 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
501+ - name : image-digest
502+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
503503 runAfter :
504504 - build-image-index
505505 taskRef :
506506 params :
507507 - name : name
508508 value : sast-unicode-check-oci-ta
509509 - name : bundle
510- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1 @sha256:7ff6753af9bc30b1f1ae982abe174ee50d2467e3e33a8618fd858c64dea6167b
510+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
511511 - name : kind
512512 value : task
513513 resolver : bundles
@@ -518,16 +518,18 @@ spec:
518518 - " false"
519519 - name : apply-tags
520520 params :
521- - name : IMAGE
521+ - name : IMAGE_URL
522522 value : $(tasks.build-image-index.results.IMAGE_URL)
523+ - name : IMAGE_DIGEST
524+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
523525 runAfter :
524526 - build-image-index
525527 taskRef :
526528 params :
527529 - name : name
528530 value : apply-tags
529531 - name : bundle
530- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:e1d365ce85d6448f6ebd0d0a000d0f45b694950b7545a2c34bfbcf992c80df61
532+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
531533 - name : kind
532534 value : task
533535 resolver : bundles
@@ -550,7 +552,7 @@ spec:
550552 - name : name
551553 value : push-dockerfile-oci-ta
552554 - name : bundle
553- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:7647ce9715c23e78a33663b88febe37279099c03f5a96191d0ce1aa4bfc9aa7b
555+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
554556 - name : kind
555557 value : task
556558 resolver : bundles
@@ -567,7 +569,7 @@ spec:
567569 - name : name
568570 value : rpms-signature-scan
569571 - name : bundle
570- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
572+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
571573 - name : kind
572574 value : task
573575 resolver : bundles
0 commit comments