@@ -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 : testdemo
1615 appstudio.openshift.io/component : aee
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:db1285c571d7037684876df0a5b619305b3c8f2be88233ebead4d37caf5cb04b
132+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
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:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
153+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
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:efc8aebec295bf5986597b6bbeebe093b2764fea79c66094e05ff3d283f54932
182+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
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:6dc3f5efd6c1c8c7a8d27db8d3d8ae926fa4e343826425c9383358ef19f1d5ee
223+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5 @sha256:203b7a3d8c04c1f3b5327db3f31a19647f8d46304e7ced1dd5dcbba19445ac10
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:ec1f33e2e358a5beac831685cf69cd63714d519620953cff48af9d74246118b5
252+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
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:9fe82c9511f282287686f918bf1a543fcef417848e7a503357e988aab2887cee
278+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
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:2c32152a55f6bfba67b41be456da46b6e109bb3e348e25220eed4eed149958c5
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:712afcf63f3b5a97c371d37e637efbcc9e1c7ad158872339d00adc6413cd8851
326+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
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:7c2438c6201ee803de361fa2e9182fdc759126d5bc010abbbddf5aa40c7adc3c
346+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2 @sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
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:a1cb59ed66a7be1949c9720660efb0a006e95ef05b3f67929dd8e310e1d7baef
372+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
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:44b7ee11aa2d80d80d407587bd3cef82a8bb86db730751920d0e286e3db95627
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:cd7e802be7883c3e0266b06dacae9986967a3c7e31dccadd47e2b3c58aa9191a
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:a591675c72f06fb9c5b1a3d60e6e4c58e4df5f7da180c7a4691a692a6e7e6496
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:424f2f659c02998dc3a43e1ce869e3148982c59adb74f953f8fa91ff1c9ab86e
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:1ef12328e89d7cd517e447e6ca331233df0807794cabf6be1046bc8a976b3f35
532+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
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:c3f8fd807121fec3b895f327cec7f0d89a94c454945f143268763cf6327503cd
555+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
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:c0798ff85ad04f1553d349fe34aa4918597fb35b3b74e344dfbd5af2f3494300
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