Skip to content

Commit 98dd19e

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d591852 commit 98dd19e

6 files changed

Lines changed: 108 additions & 36 deletions

.tekton/devfile-registry-base-main-pull-request.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ spec:
138138
default: 'true'
139139
description: Use the package registry proxy when prefetching dependencies
140140
type: string
141+
- name: sast-target-dirs
142+
type: string
143+
default: .
144+
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
141145
results:
142146
- description: ""
143147
name: IMAGE_URL
@@ -161,7 +165,7 @@ spec:
161165
- name: name
162166
value: init
163167
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:b797dd453ddad669365de6de4649e3a9e37e77aa26eb9862ca079a36cbfe64a4
168+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
165169
- name: kind
166170
value: task
167171
resolver: bundles
@@ -200,7 +204,7 @@ spec:
200204
- name: name
201205
value: prefetch-dependencies
202206
- name: bundle
203-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.3@sha256:44eb23c2c9a6d7dc471efd28bf835035add9853c065e110312c5feefe87cfc8c
207+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.3@sha256:214dcd12ea5b30c431dc0a1fae483422c6d397e453f9e832489e93a47853c58f
204208
- name: kind
205209
value: task
206210
resolver: bundles
@@ -319,7 +323,7 @@ spec:
319323
- name: name
320324
value: deprecated-image-check
321325
- name: bundle
322-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:57d1f556982115311f603dd9a728c52a7a1d092f022e1db4560da01eca9e5d17
326+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
323327
- name: kind
324328
value: task
325329
resolver: bundles
@@ -341,7 +345,7 @@ spec:
341345
- name: name
342346
value: clair-scan
343347
- name: bundle
344-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:cd49cdea7e5403a87c4774bd8ea10bc4e6aeb83841ff490cbe42b782779513a7
348+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894
345349
- name: kind
346350
value: task
347351
resolver: bundles
@@ -361,7 +365,7 @@ spec:
361365
- name: name
362366
value: ecosystem-cert-preflight-checks
363367
- name: bundle
364-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2468c01818fbaad2235e4fca438f28e847260e3e354cf5a441bbd671684af2db
368+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9c300728a03f41beee9a689422d66513d32ab5f804664fe561b11cebacd07799
365369
- name: kind
366370
value: task
367371
resolver: bundles
@@ -376,6 +380,8 @@ spec:
376380
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
377381
- name: image-url
378382
value: $(tasks.build-image-index.results.IMAGE_URL)
383+
- name: TARGET_DIRS
384+
value: $(params.sast-target-dirs)
379385
runAfter:
380386
- build-image-index
381387
taskRef:
@@ -442,6 +448,8 @@ spec:
442448
- $(params.build-args[*])
443449
- name: BUILD_ARGS_FILE
444450
value: $(params.build-args-file)
451+
- name: TARGET_DIRS
452+
value: $(params.sast-target-dirs)
445453
runAfter:
446454
- coverity-availability-check
447455
taskRef:
@@ -488,6 +496,8 @@ spec:
488496
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
489497
- name: image-url
490498
value: $(tasks.build-image-index.results.IMAGE_URL)
499+
- name: TARGET_DIRS
500+
value: $(params.sast-target-dirs)
491501
runAfter:
492502
- build-image-index
493503
taskRef:
@@ -513,6 +523,8 @@ spec:
513523
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
514524
- name: image-url
515525
value: $(tasks.build-image-index.results.IMAGE_URL)
526+
- name: TARGET_DIRS
527+
value: $(params.sast-target-dirs)
516528
runAfter:
517529
- build-image-index
518530
taskRef:
@@ -586,7 +598,7 @@ spec:
586598
- name: name
587599
value: rpms-signature-scan
588600
- name: bundle
589-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1d807f6be3be2bd8bff76321e9599bbafce8196dcd9597eeffd9df65466682af
601+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d4e3499ad4af6869470233bef6faaa1bdd69ef56276841eeec93ce6e62deeb93
590602
- name: kind
591603
value: task
592604
resolver: bundles

.tekton/devfile-registry-base-main-push.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ spec:
135135
default: 'true'
136136
description: Use the package registry proxy when prefetching dependencies
137137
type: string
138+
- name: sast-target-dirs
139+
type: string
140+
default: .
141+
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
138142
results:
139143
- description: ""
140144
name: IMAGE_URL
@@ -158,7 +162,7 @@ spec:
158162
- name: name
159163
value: init
160164
- name: bundle
161-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:b797dd453ddad669365de6de4649e3a9e37e77aa26eb9862ca079a36cbfe64a4
165+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
162166
- name: kind
163167
value: task
164168
resolver: bundles
@@ -197,7 +201,7 @@ spec:
197201
- name: name
198202
value: prefetch-dependencies
199203
- name: bundle
200-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.3@sha256:ad23d92c7224a385e427397e979509b40624e72f799212717fddf812e102e44d
204+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.3@sha256:214dcd12ea5b30c431dc0a1fae483422c6d397e453f9e832489e93a47853c58f
201205
- name: kind
202206
value: task
203207
resolver: bundles
@@ -312,7 +316,7 @@ spec:
312316
- name: name
313317
value: deprecated-image-check
314318
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:57d1f556982115311f603dd9a728c52a7a1d092f022e1db4560da01eca9e5d17
319+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
316320
- name: kind
317321
value: task
318322
resolver: bundles
@@ -334,7 +338,7 @@ spec:
334338
- name: name
335339
value: clair-scan
336340
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:cd49cdea7e5403a87c4774bd8ea10bc4e6aeb83841ff490cbe42b782779513a7
341+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894
338342
- name: kind
339343
value: task
340344
resolver: bundles
@@ -354,7 +358,7 @@ spec:
354358
- name: name
355359
value: ecosystem-cert-preflight-checks
356360
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2468c01818fbaad2235e4fca438f28e847260e3e354cf5a441bbd671684af2db
361+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9c300728a03f41beee9a689422d66513d32ab5f804664fe561b11cebacd07799
358362
- name: kind
359363
value: task
360364
resolver: bundles
@@ -369,6 +373,8 @@ spec:
369373
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
370374
- name: image-url
371375
value: $(tasks.build-image-index.results.IMAGE_URL)
376+
- name: TARGET_DIRS
377+
value: $(params.sast-target-dirs)
372378
runAfter:
373379
- build-image-index
374380
taskRef:
@@ -435,6 +441,8 @@ spec:
435441
- $(params.build-args[*])
436442
- name: BUILD_ARGS_FILE
437443
value: $(params.build-args-file)
444+
- name: TARGET_DIRS
445+
value: $(params.sast-target-dirs)
438446
runAfter:
439447
- coverity-availability-check
440448
taskRef:
@@ -481,6 +489,8 @@ spec:
481489
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
482490
- name: image-url
483491
value: $(tasks.build-image-index.results.IMAGE_URL)
492+
- name: TARGET_DIRS
493+
value: $(params.sast-target-dirs)
484494
runAfter:
485495
- build-image-index
486496
taskRef:
@@ -506,6 +516,8 @@ spec:
506516
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
507517
- name: image-url
508518
value: $(tasks.build-image-index.results.IMAGE_URL)
519+
- name: TARGET_DIRS
520+
value: $(params.sast-target-dirs)
509521
runAfter:
510522
- build-image-index
511523
taskRef:
@@ -579,7 +591,7 @@ spec:
579591
- name: name
580592
value: rpms-signature-scan
581593
- name: bundle
582-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1d807f6be3be2bd8bff76321e9599bbafce8196dcd9597eeffd9df65466682af
594+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d4e3499ad4af6869470233bef6faaa1bdd69ef56276841eeec93ce6e62deeb93
583595
- name: kind
584596
value: task
585597
resolver: bundles

.tekton/devfile-registry-integration-main-pull-request.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ spec:
138138
default: 'true'
139139
description: Use the package registry proxy when prefetching dependencies
140140
type: string
141+
- name: sast-target-dirs
142+
type: string
143+
default: .
144+
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
141145
results:
142146
- description: ""
143147
name: IMAGE_URL
@@ -161,7 +165,7 @@ spec:
161165
- name: name
162166
value: init
163167
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:b797dd453ddad669365de6de4649e3a9e37e77aa26eb9862ca079a36cbfe64a4
168+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
165169
- name: kind
166170
value: task
167171
resolver: bundles
@@ -200,7 +204,7 @@ spec:
200204
- name: name
201205
value: prefetch-dependencies
202206
- name: bundle
203-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.3@sha256:ad23d92c7224a385e427397e979509b40624e72f799212717fddf812e102e44d
207+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.3@sha256:214dcd12ea5b30c431dc0a1fae483422c6d397e453f9e832489e93a47853c58f
204208
- name: kind
205209
value: task
206210
resolver: bundles
@@ -310,7 +314,7 @@ spec:
310314
- name: name
311315
value: deprecated-image-check
312316
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:57d1f556982115311f603dd9a728c52a7a1d092f022e1db4560da01eca9e5d17
317+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
314318
- name: kind
315319
value: task
316320
resolver: bundles
@@ -332,7 +336,7 @@ spec:
332336
- name: name
333337
value: clair-scan
334338
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:cd49cdea7e5403a87c4774bd8ea10bc4e6aeb83841ff490cbe42b782779513a7
339+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894
336340
- name: kind
337341
value: task
338342
resolver: bundles
@@ -352,7 +356,7 @@ spec:
352356
- name: name
353357
value: ecosystem-cert-preflight-checks
354358
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2468c01818fbaad2235e4fca438f28e847260e3e354cf5a441bbd671684af2db
359+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9c300728a03f41beee9a689422d66513d32ab5f804664fe561b11cebacd07799
356360
- name: kind
357361
value: task
358362
resolver: bundles
@@ -367,6 +371,8 @@ spec:
367371
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
368372
- name: image-url
369373
value: $(tasks.build-image-index.results.IMAGE_URL)
374+
- name: TARGET_DIRS
375+
value: $(params.sast-target-dirs)
370376
runAfter:
371377
- build-image-index
372378
taskRef:
@@ -433,6 +439,8 @@ spec:
433439
- $(params.build-args[*])
434440
- name: BUILD_ARGS_FILE
435441
value: $(params.build-args-file)
442+
- name: TARGET_DIRS
443+
value: $(params.sast-target-dirs)
436444
runAfter:
437445
- coverity-availability-check
438446
taskRef:
@@ -479,6 +487,8 @@ spec:
479487
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
480488
- name: image-url
481489
value: $(tasks.build-image-index.results.IMAGE_URL)
490+
- name: TARGET_DIRS
491+
value: $(params.sast-target-dirs)
482492
runAfter:
483493
- build-image-index
484494
taskRef:
@@ -504,6 +514,8 @@ spec:
504514
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
505515
- name: image-url
506516
value: $(tasks.build-image-index.results.IMAGE_URL)
517+
- name: TARGET_DIRS
518+
value: $(params.sast-target-dirs)
507519
runAfter:
508520
- build-image-index
509521
taskRef:
@@ -577,7 +589,7 @@ spec:
577589
- name: name
578590
value: rpms-signature-scan
579591
- name: bundle
580-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1d807f6be3be2bd8bff76321e9599bbafce8196dcd9597eeffd9df65466682af
592+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d4e3499ad4af6869470233bef6faaa1bdd69ef56276841eeec93ce6e62deeb93
581593
- name: kind
582594
value: task
583595
resolver: bundles

0 commit comments

Comments
 (0)