@@ -7,9 +7,8 @@ metadata:
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11- == "trustification-v0.7.2"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "trustification-v0.7.2"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : guac-0-7-x
1514 appstudio.openshift.io/component : guac
@@ -64,13 +63,11 @@ spec:
6463 name : output-image
6564 type : string
6665 - default : .
67- description : Path to the source code of an application's component from where
68- to build image.
66+ description : Path to the source code of an application's component from where to build image.
6967 name : path-context
7068 type : string
7169 - default : Dockerfile
72- description : Path to the Dockerfile inside the context specified by parameter
73- path-context
70+ description : Path to the Dockerfile inside the context specified by parameter path-context
7471 name : dockerfile
7572 type : string
7673 - default : " false"
9087 name : prefetch-input
9188 type : string
9289 - default : " "
93- description : Image tag expiration time, time values could be something like
94- 1h, 2d, 3w for hours, days, and weeks, respectively.
90+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9591 name : image-expires-after
9692 - default : " false"
9793 description : Build a source image.
@@ -186,7 +182,7 @@ spec:
186182 - name : name
187183 value : prefetch-dependencies-oci-ta
188184 - name : bundle
189- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
185+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
190186 - name : kind
191187 value : task
192188 resolver : bundles
@@ -227,7 +223,7 @@ spec:
227223 - name : name
228224 value : buildah-oci-ta
229225 - name : bundle
230- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:65864bd7623b8819707ffc0949c390152f99f24308803e773000009f71ed2d6b
226+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
231227 - name : kind
232228 value : task
233229 resolver : bundles
@@ -412,14 +408,16 @@ spec:
412408 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
413409 - name : CACHI2_ARTIFACT
414410 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
411+ - name : image-digest
412+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
415413 runAfter :
416414 - build-image-index
417415 taskRef :
418416 params :
419417 - name : name
420418 value : sast-unicode-check-oci-ta
421419 - name : bundle
422- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
420+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
423421 - name : kind
424422 value : task
425423 resolver : bundles
@@ -455,7 +453,7 @@ spec:
455453 - name : IMAGE_URL
456454 value : $(tasks.build-image-index.results.IMAGE_URL)
457455 - name : IMAGE_DIGEST
458- value : $(tasks.build-image-index.results.IMAGE_DIGEST)
456+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
459457 runAfter :
460458 - build-image-index
461459 taskRef :
@@ -500,12 +498,12 @@ spec:
500498 - build-image-index
501499 taskRef :
502500 params :
503- - name : name
504- value : rpms-signature-scan
505- - name : bundle
506- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
507- - name : kind
508- value : task
501+ - name : name
502+ value : rpms-signature-scan
503+ - name : bundle
504+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
505+ - name : kind
506+ value : task
509507 resolver : bundles
510508 when :
511509 - input : $(params.skip-checks)
0 commit comments