From 542c65b9c61a644f010f2a589d4ab9c9b5e1b133 Mon Sep 17 00:00:00 2001 From: Vickey Brown Date: Mon, 24 Aug 2026 14:33:07 -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/scanner-component-pipeline.yaml --- .tekton/scanner-component-pipeline.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.tekton/scanner-component-pipeline.yaml b/.tekton/scanner-component-pipeline.yaml index 6f062892d..35833dc85 100644 --- a/.tekton/scanner-component-pipeline.yaml +++ b/.tekton/scanner-component-pipeline.yaml @@ -417,11 +417,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)