@@ -15,7 +15,7 @@ metadata:
1515 "**/go.*".pathChanged() ||
1616 "build/Dockerfile".pathChanged() ||
1717 ".tekton/addon-operator-pull-request.yaml".pathChanged() )
18- creationTimestamp : null
18+ creationTimestamp :
1919 labels :
2020 appstudio.openshift.io/application : addon-operator
2121 appstudio.openshift.io/component : addon-operator
5252 - name : name
5353 value : show-sbom
5454 - name : bundle
55- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
55+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:e2c1b4eac642f32e91f3bc5d3cb48c5c70888aaf45c3650d9ea34573de7a7fd5
5656 - name : kind
5757 value : task
5858 resolver : bundles
@@ -68,19 +68,13 @@ spec:
6868 name : output-image
6969 type : string
7070 - default : .
71- description : Path to the source code of an application's component from where
72- to build image.
71+ description : Path to the source code of an application's component from where to build image.
7372 name : path-context
7473 type : string
7574 - default : Dockerfile
76- description : Path to the Dockerfile inside the context specified by parameter
77- path-context
75+ description : Path to the Dockerfile inside the context specified by parameter path-context
7876 name : dockerfile
7977 type : string
80- - default : " false"
81- description : Force rebuild image
82- name : rebuild
83- type : string
8478 - default : " false"
8579 description : Skip checks against built image
8680 name : skip-checks
9488 name : prefetch-input
9589 type : string
9690 - default : " "
97- description : Image tag expiration time, time values could be something like
98- 1h, 2d, 3w for hours, days, and weeks, respectively.
91+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9992 name : image-expires-after
10093 type : string
10194 - default : " false"
@@ -115,8 +108,7 @@ spec:
115108 name : build-args-file
116109 type : string
117110 - default : " false"
118- description : Whether to enable privileged mode, should be used only with remote
119- VMs
111+ description : Whether to enable privileged mode, should be used only with remote VMs
120112 name : privileged-nested
121113 type : string
122114 results :
@@ -134,19 +126,12 @@ spec:
134126 value : $(tasks.clone-repository.results.commit)
135127 tasks :
136128 - name : init
137- params :
138- - name : image-url
139- value : $(params.output-image)
140- - name : rebuild
141- value : $(params.rebuild)
142- - name : skip-checks
143- value : $(params.skip-checks)
144129 taskRef :
145130 params :
146131 - name : name
147132 value : init
148133 - name : bundle
149- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
134+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.3 @sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
150135 - name : kind
151136 value : task
152137 resolver : bundles
@@ -167,15 +152,10 @@ spec:
167152 - name : name
168153 value : git-clone-oci-ta
169154 - name : bundle
170- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
155+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
171156 - name : kind
172157 value : task
173158 resolver : bundles
174- when :
175- - input : $(tasks.init.results.build)
176- operator : in
177- values :
178- - " true"
179159 workspaces :
180160 - name : basic-auth
181161 workspace : git-auth
@@ -196,7 +176,7 @@ spec:
196176 - name : name
197177 value : prefetch-dependencies-oci-ta
198178 - name : bundle
199- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
179+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
200180 - name : kind
201181 value : task
202182 resolver : bundles
@@ -239,15 +219,10 @@ spec:
239219 - name : name
240220 value : buildah-oci-ta
241221 - name : bundle
242- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:9e9bac2044d6231b44114046b9d528c135388699365f0f210ee810c01bd4d702
222+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8 @sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
243223 - name : kind
244224 value : task
245225 resolver : bundles
246- when :
247- - input : $(tasks.init.results.build)
248- operator : in
249- values :
250- - " true"
251226 - name : build-image-index
252227 params :
253228 - name : IMAGE
@@ -268,15 +243,10 @@ spec:
268243 - name : name
269244 value : build-image-index
270245 - name : bundle
271- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
246+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
272247 - name : kind
273248 value : task
274249 resolver : bundles
275- when :
276- - input : $(tasks.init.results.build)
277- operator : in
278- values :
279- - " true"
280250 - name : build-source-image
281251 params :
282252 - name : BINARY_IMAGE
@@ -294,15 +264,11 @@ spec:
294264 - name : name
295265 value : source-build-oci-ta
296266 - name : bundle
297- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
267+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
298268 - name : kind
299269 value : task
300270 resolver : bundles
301271 when :
302- - input : $(tasks.init.results.build)
303- operator : in
304- values :
305- - " true"
306272 - input : $(params.build-source-image)
307273 operator : in
308274 values :
@@ -320,7 +286,7 @@ spec:
320286 - name : name
321287 value : deprecated-image-check
322288 - name : bundle
323- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
289+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
324290 - name : kind
325291 value : task
326292 resolver : bundles
@@ -342,7 +308,7 @@ spec:
342308 - name : name
343309 value : clair-scan
344310 - name : bundle
345- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
311+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
346312 - name : kind
347313 value : task
348314 resolver : bundles
@@ -362,7 +328,7 @@ spec:
362328 - name : name
363329 value : ecosystem-cert-preflight-checks
364330 - name : bundle
365- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
331+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
366332 - name : kind
367333 value : task
368334 resolver : bundles
@@ -388,7 +354,7 @@ spec:
388354 - name : name
389355 value : sast-snyk-check-oci-ta
390356 - name : bundle
391- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
357+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
392358 - name : kind
393359 value : task
394360 resolver : bundles
@@ -410,7 +376,7 @@ spec:
410376 - name : name
411377 value : clamav-scan
412378 - name : bundle
413- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
379+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
414380 - name : kind
415381 value : task
416382 resolver : bundles
@@ -455,7 +421,7 @@ spec:
455421 - name : name
456422 value : sast-coverity-check-oci-ta
457423 - name : bundle
458- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
424+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
459425 - name : kind
460426 value : task
461427 resolver : bundles
@@ -476,7 +442,7 @@ spec:
476442 - name : name
477443 value : coverity-availability-check
478444 - name : bundle
479- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
445+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
480446 - name : kind
481447 value : task
482448 resolver : bundles
@@ -502,7 +468,7 @@ spec:
502468 - name : name
503469 value : sast-shell-check-oci-ta
504470 - name : bundle
505- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
471+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
506472 - name : kind
507473 value : task
508474 resolver : bundles
@@ -528,7 +494,7 @@ spec:
528494 - name : name
529495 value : sast-unicode-check-oci-ta
530496 - name : bundle
531- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:3f99dc4634a62e1530324cd565d12323ca82be3cfa8a031a36b210becfa7b552
497+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
532498 - name : kind
533499 value : task
534500 resolver : bundles
@@ -550,7 +516,7 @@ spec:
550516 - name : name
551517 value : apply-tags
552518 - name : bundle
553- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
519+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
554520 - name : kind
555521 value : task
556522 resolver : bundles
@@ -573,7 +539,7 @@ spec:
573539 - name : name
574540 value : push-dockerfile-oci-ta
575541 - name : bundle
576- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
542+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
577543 - name : kind
578544 value : task
579545 resolver : bundles
0 commit comments