Skip to content

Commit 84ee435

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 47c777b commit 84ee435

4 files changed

Lines changed: 96 additions & 240 deletions

.tekton/guardrails-detectors-builtin-pull-request.yaml

Lines changed: 24 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
== "poc1"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "poc1"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: components-poc
1615
appstudio.openshift.io/component: guardrails-detectors-builtin
@@ -49,19 +48,13 @@ spec:
4948
name: output-image
5049
type: string
5150
- default: .
52-
description: Path to the source code of an application's component from where
53-
to build image.
51+
description: Path to the source code of an application's component from where to build image.
5452
name: path-context
5553
type: string
5654
- default: Dockerfile
57-
description: Path to the Dockerfile inside the context specified by parameter
58-
path-context
55+
description: Path to the Dockerfile inside the context specified by parameter path-context
5956
name: dockerfile
6057
type: string
61-
- default: "false"
62-
description: Force rebuild image
63-
name: rebuild
64-
type: string
6558
- default: "false"
6659
description: Skip checks against built image
6760
name: skip-checks
@@ -75,8 +68,7 @@ spec:
7568
name: prefetch-input
7669
type: string
7770
- default: ""
78-
description: Image tag expiration time, time values could be something like
79-
1h, 2d, 3w for hours, days, and weeks, respectively.
71+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8072
name: image-expires-after
8173
type: string
8274
- default: "false"
@@ -88,8 +80,7 @@ spec:
8880
name: build-image-index
8981
type: string
9082
- default: docker
91-
description: The format for the resulting image's mediaType. Valid values are
92-
oci or docker.
83+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9384
name: buildah-format
9485
type: string
9586
- default: []
@@ -101,8 +92,7 @@ spec:
10192
name: build-args-file
10293
type: string
10394
- default: "false"
104-
description: Whether to enable privileged mode, should be used only with remote
105-
VMs
95+
description: Whether to enable privileged mode, should be used only with remote VMs
10696
name: privileged-nested
10797
type: string
10898
results:
@@ -120,19 +110,12 @@ spec:
120110
value: $(tasks.clone-repository.results.commit)
121111
tasks:
122112
- name: init
123-
params:
124-
- name: image-url
125-
value: $(params.output-image)
126-
- name: rebuild
127-
value: $(params.rebuild)
128-
- name: skip-checks
129-
value: $(params.skip-checks)
130113
taskRef:
131114
params:
132115
- name: name
133116
value: init
134117
- name: bundle
135-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
118+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
136119
- name: kind
137120
value: task
138121
resolver: bundles
@@ -153,15 +136,10 @@ spec:
153136
- name: name
154137
value: git-clone-oci-ta
155138
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
139+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
157140
- name: kind
158141
value: task
159142
resolver: bundles
160-
when:
161-
- input: $(tasks.init.results.build)
162-
operator: in
163-
values:
164-
- "true"
165143
workspaces:
166144
- name: basic-auth
167145
workspace: git-auth
@@ -182,7 +160,7 @@ spec:
182160
- name: name
183161
value: prefetch-dependencies-oci-ta
184162
- name: bundle
185-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9dbb38efdfca525b00dc502acf44723ac4a6c413bb2ab97459a13cd3a6056f17
163+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c07551efbd7fc414ae1245ddd93579b00317fee0734980f539fd8aea3cfcb945
186164
- name: kind
187165
value: task
188166
resolver: bundles
@@ -229,15 +207,10 @@ spec:
229207
- name: name
230208
value: buildah-oci-ta
231209
- name: bundle
232-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:bb8ca56a61aa467d087b2eb5a9a9c2d1193cfba41e5b1f4de7ee9a252111f669
210+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:6eb38e7dede283e48aec619572f52f2589513f668d0345d084cf99133bbaa39c
233211
- name: kind
234212
value: task
235213
resolver: bundles
236-
when:
237-
- input: $(tasks.init.results.build)
238-
operator: in
239-
values:
240-
- "true"
241214
- name: build-image-index
242215
params:
243216
- name: IMAGE
@@ -260,15 +233,10 @@ spec:
260233
- name: name
261234
value: build-image-index
262235
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:0e90cf8259c7f54baad27d2a538294115f725ceb269ef789957fe68790803cbd
236+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
264237
- name: kind
265238
value: task
266239
resolver: bundles
267-
when:
268-
- input: $(tasks.init.results.build)
269-
operator: in
270-
values:
271-
- "true"
272240
- name: build-source-image
273241
params:
274242
- name: BINARY_IMAGE
@@ -286,15 +254,11 @@ spec:
286254
- name: name
287255
value: source-build-oci-ta
288256
- name: bundle
289-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f62ef32f7d25f0ee50904b57b160e3fd5403fab5ec040c7aa99f5982fdd92ef4
257+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
290258
- name: kind
291259
value: task
292260
resolver: bundles
293261
when:
294-
- input: $(tasks.init.results.build)
295-
operator: in
296-
values:
297-
- "true"
298262
- input: $(params.build-source-image)
299263
operator: in
300264
values:
@@ -312,7 +276,7 @@ spec:
312276
- name: name
313277
value: deprecated-image-check
314278
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
279+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
316280
- name: kind
317281
value: task
318282
resolver: bundles
@@ -334,7 +298,7 @@ spec:
334298
- name: name
335299
value: clair-scan
336300
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
301+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
338302
- name: kind
339303
value: task
340304
resolver: bundles
@@ -354,7 +318,7 @@ spec:
354318
- name: name
355319
value: ecosystem-cert-preflight-checks
356320
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
321+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:40bc4bcc1c52c114139daee60ec2ddeb59921ecef8a68f241d5593c79b2a21d6
358322
- name: kind
359323
value: task
360324
resolver: bundles
@@ -380,7 +344,7 @@ spec:
380344
- name: name
381345
value: sast-snyk-check-oci-ta
382346
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
347+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
384348
- name: kind
385349
value: task
386350
resolver: bundles
@@ -402,7 +366,7 @@ spec:
402366
- name: name
403367
value: clamav-scan
404368
- name: bundle
405-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
369+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
406370
- name: kind
407371
value: task
408372
resolver: bundles
@@ -447,7 +411,7 @@ spec:
447411
- name: name
448412
value: sast-coverity-check-oci-ta
449413
- name: bundle
450-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
414+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
451415
- name: kind
452416
value: task
453417
resolver: bundles
@@ -468,7 +432,7 @@ spec:
468432
- name: name
469433
value: coverity-availability-check
470434
- name: bundle
471-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
435+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
472436
- name: kind
473437
value: task
474438
resolver: bundles
@@ -494,7 +458,7 @@ spec:
494458
- name: name
495459
value: sast-shell-check-oci-ta
496460
- name: bundle
497-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
461+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
498462
- name: kind
499463
value: task
500464
resolver: bundles
@@ -520,7 +484,7 @@ spec:
520484
- name: name
521485
value: sast-unicode-check-oci-ta
522486
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
487+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
524488
- name: kind
525489
value: task
526490
resolver: bundles
@@ -542,7 +506,7 @@ spec:
542506
- name: name
543507
value: apply-tags
544508
- name: bundle
545-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:ade0bf9c2e9c169f588fbfe71fb489c2f7053fe41884e7969f270b317d9eb548
509+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
546510
- name: kind
547511
value: task
548512
resolver: bundles
@@ -565,7 +529,7 @@ spec:
565529
- name: name
566530
value: push-dockerfile-oci-ta
567531
- name: bundle
568-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
532+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
569533
- name: kind
570534
value: task
571535
resolver: bundles

0 commit comments

Comments
 (0)