@@ -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:a7346ed61237db4f82ff782e0c9e8b30536e0e67b907ad600341a6d192e80012
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.
@@ -106,6 +102,14 @@ spec:
106102 description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
107103 name : build-args-file
108104 type : string
105+ - name : sast-target-dirs
106+ type : string
107+ default : .
108+ description : Target directories to scan with SAST tools. Multiple values should be separated with commas.
109+ - name : enable-package-registry-proxy
110+ default : ' true'
111+ description : Use the package registry proxy when prefetching dependencies
112+ type : string
109113 results :
110114 - description : " "
111115 name : IMAGE_URL
@@ -133,7 +137,7 @@ spec:
133137 - name : name
134138 value : init
135139 - name : bundle
136- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:2f59e9a3c20ce4509356389d327087213cc82c079b30811935837791da140f9f
140+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.4 @sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
137141 - name : kind
138142 value : task
139143 resolver : bundles
@@ -154,7 +158,7 @@ spec:
154158 - name : name
155159 value : git-clone-oci-ta
156160 - name : bundle
157- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3e171c1f3a9487a5764ebef629f93b3d2fc01cc8bad382dd8065cdfe42214148
161+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:13d49df7dc9ae301627e45f95a236011422996152f1bea46cd60217b0f057407
158162 - name : kind
159163 value : task
160164 resolver : bundles
@@ -176,14 +180,16 @@ spec:
176180 value : $(params.output-image).prefetch
177181 - name : ociArtifactExpiresAfter
178182 value : $(params.image-expires-after)
183+ - name : enable-package-registry-proxy
184+ value : $(params.enable-package-registry-proxy)
179185 runAfter :
180186 - clone-repository
181187 taskRef :
182188 params :
183189 - name : name
184190 value : prefetch-dependencies-oci-ta
185191 - name : bundle
186- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:8398b3332f911b5b5244f8429adae4ec2982e7fb7ab8eecdc4e05a9fb05f60fd
192+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3 @sha256:a2efbcdcecfa5293a622eb356a18f5c88e5714046b214fe8730b43b1a7dbb77d
187193 - name : kind
188194 value : task
189195 resolver : bundles
@@ -224,7 +230,7 @@ spec:
224230 - name : name
225231 value : buildah-oci-ta
226232 - name : bundle
227- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:204db46550475127bd943ed243b560628d645568eb1f6b19a5c1e88cd697182d
233+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9 @sha256:681d9f65a7f50cb260ee576ccab551e11d63c549f1e1ef3d201da3c112855bd6
228234 - name : kind
229235 value : task
230236 resolver : bundles
@@ -237,10 +243,6 @@ spec:
237243 params :
238244 - name : IMAGE
239245 value : $(params.output-image)
240- - name : COMMIT_SHA
241- value : $(tasks.clone-repository.results.commit)
242- - name : IMAGE_EXPIRES_AFTER
243- value : $(params.image-expires-after)
244246 - name : ALWAYS_BUILD_INDEX
245247 value : $(params.build-image-index)
246248 - name : IMAGES
@@ -253,7 +255,7 @@ spec:
253255 - name : name
254256 value : build-image-index
255257 - name : bundle
256- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:d34e4245b767c5b1b5edbbad9fc9cf8050cf19a69c8e55856479848405c596ec
258+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3 @sha256:550afde50349e22ec11191ea0db9a49395ab46fef4e8317d820b6e946677ebeb
257259 - name : kind
258260 value : task
259261 resolver : bundles
@@ -265,19 +267,21 @@ spec:
265267 - name : build-source-image
266268 params :
267269 - name : BINARY_IMAGE
268- value : $(params.output -image)
270+ value : $(tasks.build -image-index.results.IMAGE_URL )
269271 - name : SOURCE_ARTIFACT
270272 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
271273 - name : CACHI2_ARTIFACT
272274 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
275+ - name : BINARY_IMAGE_DIGEST
276+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
273277 runAfter :
274278 - build-image-index
275279 taskRef :
276280 params :
277281 - name : name
278282 value : source-build-oci-ta
279283 - name : bundle
280- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:66401e328c0036012112caad2ba02617954330689c9c590e9f53cad0256bb5ec
284+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:0917cfc7772e82cb8e74743c2104f43bcf2596aceafe87eec6fce69a8cac5f06
281285 - name : kind
282286 value : task
283287 resolver : bundles
@@ -303,7 +307,7 @@ spec:
303307 - name : name
304308 value : deprecated-image-check
305309 - name : bundle
306- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
310+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
307311 - name : kind
308312 value : task
309313 resolver : bundles
@@ -325,7 +329,7 @@ spec:
325329 - name : name
326330 value : clair-scan
327331 - name : bundle
328- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:03383b5a8674edef0ae184dd81f00386017624a5af255cb0b5803d7659483ba5
332+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894
329333 - name : kind
330334 value : task
331335 resolver : bundles
@@ -345,7 +349,7 @@ spec:
345349 - name : name
346350 value : ecosystem-cert-preflight-checks
347351 - name : bundle
348- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1 @sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
352+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2 @sha256:9c300728a03f41beee9a689422d66513d32ab5f804664fe561b11cebacd07799
349353 - name : kind
350354 value : task
351355 resolver : bundles
@@ -364,14 +368,16 @@ spec:
364368 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
365369 - name : CACHI2_ARTIFACT
366370 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
371+ - name : TARGET_DIRS
372+ value : $(params.sast-target-dirs)
367373 runAfter :
368374 - build-image-index
369375 taskRef :
370376 params :
371377 - name : name
372378 value : sast-snyk-check-oci-ta
373379 - name : bundle
374- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:ba2c9c37a287a8220d8810c31211fc7c33f9b1576bcf5cacf2f050824624c9fd
380+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:8f3ecbeaff579e41b8278f82d7fabac27845db17a8e687ea6c510c0c9aceabbb
375381 - name : kind
376382 value : task
377383 resolver : bundles
@@ -393,7 +399,7 @@ spec:
393399 - name : name
394400 value : clamav-scan
395401 - name : bundle
396- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:c30c12681b02eb4b83aeb4021d0e714a72db4d1d3bb14579652f4d1a763473ab
402+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:567cb66bd2e1f4b58b9d4d756f3317fc62479e0b40aa0de66094b1f12d296cfc
397403 - name : kind
398404 value : task
399405 resolver : bundles
@@ -429,14 +435,18 @@ spec:
429435 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
430436 - name : CACHI2_ARTIFACT
431437 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
438+ - name : TARGET_DIRS
439+ value : $(params.sast-target-dirs)
440+ - name : image-digest
441+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
432442 runAfter :
433443 - coverity-availability-check
434444 taskRef :
435445 params :
436446 - name : name
437447 value : sast-coverity-check-oci-ta
438448 - name : bundle
439- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2 @sha256:b874e49385d8bdc27dfe273a4ec466f8b2a5b0076c64cef5e86b29ee7ca7c6f2
449+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3 @sha256:e92d00ed858233d0096627861192d3e4fc013cf1559c0d0b0ea0657d3377ce75
440450 - name : kind
441451 value : task
442452 resolver : bundles
@@ -457,7 +467,7 @@ spec:
457467 - name : name
458468 value : coverity-availability-check
459469 - name : bundle
460- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:0b35292eed661c5e3ca307c0ba7f594d17555db2a1da567903b0b47697fa23ed
470+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b501440a960aec446db2ebc6625a49d0317a9fc7bf0f7bd9b18cb63052db7de
461471 - name : kind
462472 value : task
463473 resolver : bundles
@@ -476,14 +486,16 @@ spec:
476486 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
477487 - name : CACHI2_ARTIFACT
478488 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
489+ - name : TARGET_DIRS
490+ value : $(params.sast-target-dirs)
479491 runAfter :
480492 - build-image-index
481493 taskRef :
482494 params :
483495 - name : name
484496 value : sast-shell-check-oci-ta
485497 - name : bundle
486- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:371ba9d9f08c55c58e0c76d696644557b92ebff4c8f71facca3a81e0b92bb4f4
498+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:c4ef47e3b4e0508572d266fb745be7e374c29dc02580328cbe9f4d472a8aca57
487499 - name : kind
488500 value : task
489501 resolver : bundles
@@ -500,14 +512,18 @@ spec:
500512 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
501513 - name : CACHI2_ARTIFACT
502514 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
515+ - name : TARGET_DIRS
516+ value : $(params.sast-target-dirs)
517+ - name : image-digest
518+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
503519 runAfter :
504520 - build-image-index
505521 taskRef :
506522 params :
507523 - name : name
508524 value : sast-unicode-check-oci-ta
509525 - name : bundle
510- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1 @sha256:7ff6753af9bc30b1f1ae982abe174ee50d2467e3e33a8618fd858c64dea6167b
526+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:90efa582de7770d55102b74014a765cd16a25a56f2cf644b56a788c70c4dc749
511527 - name : kind
512528 value : task
513529 resolver : bundles
@@ -527,7 +543,7 @@ spec:
527543 - name : name
528544 value : apply-tags
529545 - name : bundle
530- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:e1d365ce85d6448f6ebd0d0a000d0f45b694950b7545a2c34bfbcf992c80df61
546+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:a291081de7fb27f832c6fc3c4b078acf7e6162ca4c085db38b118ca87e8b5b66
531547 - name : kind
532548 value : task
533549 resolver : bundles
@@ -550,7 +566,7 @@ spec:
550566 - name : name
551567 value : push-dockerfile-oci-ta
552568 - name : bundle
553- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1 @sha256:7647ce9715c23e78a33663b88febe37279099c03f5a96191d0ce1aa4bfc9aa7b
569+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3 @sha256:7855471abfe87de080b914f2f3ca27c59e64f6448a7c2435e51435b764494c71
554570 - name : kind
555571 value : task
556572 resolver : bundles
@@ -567,7 +583,7 @@ spec:
567583 - name : name
568584 value : rpms-signature-scan
569585 - name : bundle
570- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d00d159c370e3c99447516970c316ef57dfd27c29e0ce3cff50727c9c40936d8
586+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d4e3499ad4af6869470233bef6faaa1bdd69ef56276841eeec93ce6e62deeb93
571587 - name : kind
572588 value : task
573589 resolver : bundles
0 commit comments