From c8e3ba154774957f73a2053ee423a760653dcad9 Mon Sep 17 00:00:00 2001 From: Vickey Brown Date: Mon, 24 Aug 2026 14:26:00 -0500 Subject: [PATCH] Migrate from clair-scan to roxctl-scan Replace clair-scan task with roxctl-scan to provide better security coverage as per Konflux Integration Service Team migration plan. Changes: - Updated task name from clair-scan to roxctl-scan - Updated bundle reference to task-roxctl-scan:0.1 - Removed matrix configuration as roxctl-scan handles multi-arch natively Co-Authored-By: Claude Sonnet 4.5 # Conflicts: # .tekton/collector-component-pipeline.yaml --- .tekton/collector-component-pipeline.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index dfbf61f987..637e07c013 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -388,11 +388,6 @@ spec: values: [ "false" ] - name: roxctl-scan - matrix: - params: - - name: image-platform - value: - - $(params.build-platforms) params: - name: image-digest value: $(tasks.build-image-index.results.IMAGE_DIGEST)