1717 # Run when any task has Failed
1818 - input : $(tasks.status)
1919 operator : in
20- values : [ "Failed" ]
20+ values : ["Failed"]
2121 taskRef :
2222 params :
2323 - name : name
@@ -114,7 +114,7 @@ spec:
114114 description : Build stage to target in container build
115115 name : build-target-stage
116116 type : string
117- - default : [ ]
117+ - default : []
118118 description : List of scanner-data file names to fetch to include in the container build.
119119 name : blobs-to-fetch
120120 type : array
@@ -185,7 +185,7 @@ spec:
185185 - name : name
186186 value : init
187187 - name : bundle
188- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
188+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
189189 - name : kind
190190 value : task
191191 resolver : bundles
@@ -216,7 +216,7 @@ spec:
216216 when :
217217 - input : $(tasks.init.results.build)
218218 operator : in
219- values : [ "true" ]
219+ values : ["true"]
220220 workspaces :
221221 - name : basic-auth
222222 workspace : git-auth
@@ -256,7 +256,7 @@ spec:
256256 - name : fetch-scanner-data
257257 params :
258258 - name : BLOBS_TO_FETCH
259- value : [ "$(params.blobs-to-fetch[*])" ]
259+ value : ["$(params.blobs-to-fetch[*])"]
260260 - name : TARGET_DIR
261261 value : .konflux/scanner-data
262262 - name : SOURCE_ARTIFACT
@@ -295,7 +295,7 @@ spec:
295295 - name : name
296296 value : prefetch-dependencies-oci-ta
297297 - name : bundle
298- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
298+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
299299 - name : kind
300300 value : task
301301 resolver : bundles
@@ -338,22 +338,26 @@ spec:
338338 - name : BUILDAH_FORMAT
339339 value : $(params.buildah-format)
340340 - name : LABELS
341- value : [ "$(params.extra-labels[*])" ]
341+ value : ["$(params.extra-labels[*])"]
342342 - name : BUILD_TIMESTAMP
343343 value : " $(tasks.clone-repository.results.commit-timestamp)"
344+ - name : HTTP_PROXY
345+ value : $(tasks.init.results.http-proxy)
346+ - name : NO_PROXY
347+ value : $(tasks.init.results.no-proxy)
344348 taskRef :
345349 params :
346350 - name : name
347351 value : buildah-remote-oci-ta
348352 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ee5e01eb59a3f70bb1012950fbc4081bac96d3f3517e6d204314484cd2e0059b
353+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ef1c062b10c9fb17951350de76bce6bb54a4ea75fca4f37ea136d626c444bf78
350354 - name : kind
351355 value : task
352356 resolver : bundles
353357 when :
354358 - input : $(tasks.init.results.build)
355359 operator : in
356- values : [ "true" ]
360+ values : ["true"]
357361
358362 - name : build-image-index
359363 params :
@@ -368,20 +372,20 @@ spec:
368372 value : $(tasks.determine-image-expiration.results.IMAGE_EXPIRES_AFTER)
369373 - name : BUILDAH_FORMAT
370374 value : $(params.buildah-format)
371- runAfter : [ build-images ]
375+ runAfter : [build-images]
372376 taskRef :
373377 params :
374378 - name : name
375379 value : build-image-index
376380 - name : bundle
377- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
381+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
378382 - name : kind
379383 value : task
380384 resolver : bundles
381385 when :
382386 - input : $(tasks.init.results.build)
383387 operator : in
384- values : [ "true" ]
388+ values : ["true"]
385389
386390 - name : apply-index-image-tag
387391 params :
@@ -397,14 +401,14 @@ spec:
397401 - name : name
398402 value : apply-tags
399403 - name : bundle
400- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
404+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
401405 - name : kind
402406 value : task
403407 resolver : bundles
404408 when :
405409 - input : $(tasks.init.results.build)
406410 operator : in
407- values : [ "true" ]
411+ values : ["true"]
408412
409413 - name : build-source-image
410414 params :
@@ -428,10 +432,10 @@ spec:
428432 when :
429433 - input : $(tasks.init.results.build)
430434 operator : in
431- values : [ "true" ]
435+ values : ["true"]
432436 - input : $(params.build-source-image)
433437 operator : in
434- values : [ "true" ]
438+ values : ["true"]
435439
436440 - name : deprecated-base-image-check
437441 params :
@@ -451,7 +455,7 @@ spec:
451455 when :
452456 - input : $(params.skip-checks)
453457 operator : in
454- values : [ "false" ]
458+ values : ["false"]
455459
456460 - name : clair-scan
457461 matrix :
@@ -469,14 +473,14 @@ spec:
469473 - name : name
470474 value : clair-scan
471475 - name : bundle
472- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
476+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
473477 - name : kind
474478 value : task
475479 resolver : bundles
476480 when :
477481 - input : $(params.skip-checks)
478482 operator : in
479- values : [ "false" ]
483+ values : ["false"]
480484
481485 - name : ecosystem-cert-preflight-checks
482486 matrix :
@@ -499,7 +503,7 @@ spec:
499503 when :
500504 - input : $(params.skip-checks)
501505 operator : in
502- values : [ "false" ]
506+ values : ["false"]
503507
504508 - name : sast-shell-check
505509 params :
@@ -523,7 +527,7 @@ spec:
523527 when :
524528 - input : $(params.skip-checks)
525529 operator : in
526- values : [ "false" ]
530+ values : ["false"]
527531
528532 - name : sast-unicode-check
529533 params :
@@ -547,7 +551,7 @@ spec:
547551 when :
548552 - input : $(params.skip-checks)
549553 operator : in
550- values : [ "false" ]
554+ values : ["false"]
551555
552556 - name : sast-snyk-check
553557 params :
@@ -564,14 +568,14 @@ spec:
564568 - name : name
565569 value : sast-snyk-check-oci-ta
566570 - name : bundle
567- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
571+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
568572 - name : kind
569573 value : task
570574 resolver : bundles
571575 when :
572576 - input : $(params.skip-checks)
573577 operator : in
574- values : [ "false" ]
578+ values : ["false"]
575579
576580 - name : clamav-scan
577581 matrix :
@@ -596,7 +600,7 @@ spec:
596600 when :
597601 - input : $(params.skip-checks)
598602 operator : in
599- values : [ "false" ]
603+ values : ["false"]
600604
601605 - name : rpms-signature-scan
602606 params :
@@ -609,14 +613,14 @@ spec:
609613 - name : name
610614 value : rpms-signature-scan
611615 - name : bundle
612- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
616+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c02429b45145fc7f2b1fa94ec2f48c0d8ac203fd4385796b4c93e5d0dec967f8
613617 - name : kind
614618 value : task
615619 resolver : bundles
616620 when :
617621 - input : $(params.skip-checks)
618622 operator : in
619- values : [ "false" ]
623+ values : ["false"]
620624
621625 - name : push-dockerfile
622626 params :
0 commit comments