@@ -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:04994df487ee886adbe60a8a5866647fbdfd53cc26f7b2554272ba51bf7af29e
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.4 @sha256:288f3106118edc1d0f0c79a89c960abf5841a4dd8bc3f38feb10527253105b19
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:2c388d28651457db60bb90287e7d8c3680303197196e4476878d98d81e8b6dc9
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.3 @sha256:2229dbc5e15acc0a6d8aec526465aeb0ad54e269c311ac3d0aba88013845e308
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.9 @sha256:cad04a0f4464283714c23940ef6052753821eff7544ec282e2a4707aa264aaf3
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.2 @sha256:3fa26d2c0768329c2df93c646bf5855245b74db7196ad55f83756ce22cd7f0f1
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:362f0475df00e7dfb5f15dea0481d1b68b287f60411718d70a23da3c059a5613
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:5ff16b7e6b4a8aa1adb352e74b9f831f77ff97bafd1b89ddb0038d63335f1a67
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.3 @sha256:3fa03be0280f33d7070ea53f26d53e727199737a7a2b9a59a95071ae40a999ac
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:b4ac586edea81dcd25dfc17f1bd57899825be2b443e48d572cd05ce058f153bb
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:ba3eff8f97a7cfc5341f3138c8a13e532238298d9a0fb94401c0971d30eb115a
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:9f18b216ce71a66909e7cb17d9b34526c02d73cf12884ba32d1f10614f7b9f5a
397395 - name : kind
398396 value : task
399397 resolver : bundles
@@ -429,14 +427,16 @@ spec:
429427 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
430428 - name : CACHI2_ARTIFACT
431429 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
430+ - name : image-digest
431+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
432432 runAfter :
433433 - coverity-availability-check
434434 taskRef :
435435 params :
436436 - name : name
437437 value : sast-coverity-check-oci-ta
438438 - name : bundle
439- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2 @sha256:b874e49385d8bdc27dfe273a4ec466f8b2a5b0076c64cef5e86b29ee7ca7c6f2
439+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3 @sha256:47f4e2d0881ac8c43a1ea1e2375bb2591dff34b5aa8c7366a043652d1eed499c
440440 - name : kind
441441 value : task
442442 resolver : bundles
@@ -457,7 +457,7 @@ spec:
457457 - name : name
458458 value : coverity-availability-check
459459 - name : bundle
460- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:0b35292eed661c5e3ca307c0ba7f594d17555db2a1da567903b0b47697fa23ed
460+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:de35caf2f090e3275cfd1019ea50d9662422e904fb4aebd6ea29fb53a1ad57f5
461461 - name : kind
462462 value : task
463463 resolver : bundles
@@ -483,7 +483,7 @@ spec:
483483 - name : name
484484 value : sast-shell-check-oci-ta
485485 - name : bundle
486- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:371ba9d9f08c55c58e0c76d696644557b92ebff4c8f71facca3a81e0b92bb4f4
486+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:c89a2bcf408ede50b161005859c76868f8007bb2a5daa06c1effe979b02145d7
487487 - name : kind
488488 value : task
489489 resolver : bundles
@@ -500,14 +500,16 @@ spec:
500500 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
501501 - name : CACHI2_ARTIFACT
502502 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
503+ - name : image-digest
504+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
503505 runAfter :
504506 - build-image-index
505507 taskRef :
506508 params :
507509 - name : name
508510 value : sast-unicode-check-oci-ta
509511 - name : bundle
510- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1 @sha256:7ff6753af9bc30b1f1ae982abe174ee50d2467e3e33a8618fd858c64dea6167b
512+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:92552dddd259cd4cc2ac9a19a02e6649cadfdbb8cd66b61b8c9748d94f2166a5
511513 - name : kind
512514 value : task
513515 resolver : bundles
@@ -527,7 +529,7 @@ spec:
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.3 @sha256:aa62b41861c09e2e59c69cc6e9a1f740bf0c81e6a1eb03f57f59dfda0f65840e
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.3 @sha256:1bc2d0f26b89259db090a47bb38217c82c05e335d626653d184adf1d196ca131
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:0eb4cfb41181a158b6761c990cc7a9f7f77c70f7ff19bf276009c6ef59c9da5e
571573 - name : kind
572574 value : task
573575 resolver : bundles
0 commit comments