@@ -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 : logilca-try1
1615 appstudio.openshift.io/component : gh-actions-exp-e0b28
4544 - name : name
4645 value : show-sbom
4746 - name : bundle
48- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
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.
@@ -107,8 +103,7 @@ spec:
107103 name : build-args-file
108104 type : string
109105 - default : " false"
110- description : Whether to enable privileged mode, should be used only with remote
111- VMs
106+ description : Whether to enable privileged mode, should be used only with remote VMs
112107 name : privileged-nested
113108 type : string
114109 results :
@@ -138,7 +133,7 @@ spec:
138133 - name : name
139134 value : init
140135 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
136+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.4 @sha256:288f3106118edc1d0f0c79a89c960abf5841a4dd8bc3f38feb10527253105b19
142137 - name : kind
143138 value : task
144139 resolver : bundles
@@ -159,7 +154,7 @@ spec:
159154 - name : name
160155 value : git-clone-oci-ta
161156 - name : bundle
162- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
157+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:2c388d28651457db60bb90287e7d8c3680303197196e4476878d98d81e8b6dc9
163158 - name : kind
164159 value : task
165160 resolver : bundles
@@ -188,7 +183,7 @@ spec:
188183 - name : name
189184 value : prefetch-dependencies-oci-ta
190185 - name : bundle
191- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
186+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3 @sha256:a579d00fe370b6d9a1cb1751c883ecd0ec9f663604344e2fd61e1f6d5bf4e990
192187 - name : kind
193188 value : task
194189 resolver : bundles
@@ -231,7 +226,7 @@ spec:
231226 - name : name
232227 value : buildah-oci-ta
233228 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
229+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9 @sha256:ce89532f0ea6003febc663c8b68779d98eac76b26dee2380a75cb0d485f81428
235230 - name : kind
236231 value : task
237232 resolver : bundles
@@ -260,7 +255,7 @@ spec:
260255 - name : name
261256 value : build-image-index
262257 - name : bundle
263- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
258+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:c7b0f7e1f743040d99a3532abbdfddc9484f80fd559a75171c97499c3eb5d163
264259 - name : kind
265260 value : task
266261 resolver : bundles
@@ -272,19 +267,21 @@ spec:
272267 - name : build-source-image
273268 params :
274269 - name : BINARY_IMAGE
275- value : $(params.output -image)
270+ value : $(tasks.build -image-index.results.IMAGE_URL )
276271 - name : SOURCE_ARTIFACT
277272 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278273 - name : CACHI2_ARTIFACT
279274 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
275+ - name : BINARY_IMAGE_DIGEST
276+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
280277 runAfter :
281278 - build-image-index
282279 taskRef :
283280 params :
284281 - name : name
285282 value : source-build-oci-ta
286283 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
284+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:362f0475df00e7dfb5f15dea0481d1b68b287f60411718d70a23da3c059a5613
288285 - name : kind
289286 value : task
290287 resolver : bundles
@@ -310,7 +307,7 @@ spec:
310307 - name : name
311308 value : deprecated-image-check
312309 - name : bundle
313- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
310+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5ff16b7e6b4a8aa1adb352e74b9f831f77ff97bafd1b89ddb0038d63335f1a67
314311 - name : kind
315312 value : task
316313 resolver : bundles
@@ -332,7 +329,7 @@ spec:
332329 - name : name
333330 value : clair-scan
334331 - name : bundle
335- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
332+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:59dec3000fa35c714d0209dc61e6ec9de15d4d45172246cf5eeff796c5cff65f
336333 - name : kind
337334 value : task
338335 resolver : bundles
@@ -352,7 +349,7 @@ spec:
352349 - name : name
353350 value : ecosystem-cert-preflight-checks
354351 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
352+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b4ac586edea81dcd25dfc17f1bd57899825be2b443e48d572cd05ce058f153bb
356353 - name : kind
357354 value : task
358355 resolver : bundles
@@ -378,7 +375,7 @@ spec:
378375 - name : name
379376 value : sast-snyk-check-oci-ta
380377 - name : bundle
381- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
378+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:d83becbfefe2aa39971c3d37bdc23489b745e22fd86cf4872455a133f8cb274f
382379 - name : kind
383380 value : task
384381 resolver : bundles
@@ -400,7 +397,7 @@ spec:
400397 - name : name
401398 value : clamav-scan
402399 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
400+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:9f18b216ce71a66909e7cb17d9b34526c02d73cf12884ba32d1f10614f7b9f5a
404401 - name : kind
405402 value : task
406403 resolver : bundles
@@ -445,7 +442,7 @@ spec:
445442 - name : name
446443 value : sast-coverity-check-oci-ta
447444 - name : bundle
448- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
445+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:47f4e2d0881ac8c43a1ea1e2375bb2591dff34b5aa8c7366a043652d1eed499c
449446 - name : kind
450447 value : task
451448 resolver : bundles
@@ -466,7 +463,7 @@ spec:
466463 - name : name
467464 value : coverity-availability-check
468465 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
466+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:de35caf2f090e3275cfd1019ea50d9662422e904fb4aebd6ea29fb53a1ad57f5
470467 - name : kind
471468 value : task
472469 resolver : bundles
@@ -492,7 +489,7 @@ spec:
492489 - name : name
493490 value : sast-shell-check-oci-ta
494491 - name : bundle
495- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
492+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:6f047f52c04ee6e4d2cb25af46e3ea92b235f6c5e02da540fb7ef0b90718bc0a
496493 - name : kind
497494 value : task
498495 resolver : bundles
@@ -518,7 +515,7 @@ spec:
518515 - name : name
519516 value : sast-unicode-check-oci-ta
520517 - name : bundle
521- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
518+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:55006815522c57c1f83451dc0cba723ff7427dbac48553538b75cda7bf886d79
522519 - name : kind
523520 value : task
524521 resolver : bundles
@@ -538,7 +535,7 @@ spec:
538535 - name : name
539536 value : apply-tags
540537 - name : bundle
541- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
538+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
542539 - name : kind
543540 value : task
544541 resolver : bundles
@@ -561,7 +558,7 @@ spec:
561558 - name : name
562559 value : push-dockerfile-oci-ta
563560 - name : bundle
564- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1 @sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
561+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3 @sha256:1bc2d0f26b89259db090a47bb38217c82c05e335d626653d184adf1d196ca131
565562 - name : kind
566563 value : task
567564 resolver : bundles
@@ -578,7 +575,7 @@ spec:
578575 - name : name
579576 value : rpms-signature-scan
580577 - name : bundle
581- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
578+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:35a4ccda7e213d83d9f5e7ea5cad91dd180cbcebcb6c46f8d41a579478dd2072
582579 - name : kind
583580 value : task
584581 resolver : bundles
0 commit comments