From 7cd50a1ccf7f83154d06baaf5f9df132616aefaf Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Wed, 26 Nov 2025 10:48:20 +0100 Subject: [PATCH 1/2] Improve formatting --- .tekton/scanner-component-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/scanner-component-pipeline.yaml b/.tekton/scanner-component-pipeline.yaml index 0535e0310..499f87768 100644 --- a/.tekton/scanner-component-pipeline.yaml +++ b/.tekton/scanner-component-pipeline.yaml @@ -166,8 +166,8 @@ spec: - name: init params: - name: image-url - # We can't provide a StackRox-style tag because it is not known at this time (requires cloning source, etc.) - # As a workaround, we still provide a unique tag that's based on a revision in order for this task to comply with + # We can't provide a StackRox-style tag because it is not known at this time (requires cloning source, etc.) + # As a workaround, we still provide a unique tag that's based on a revision in order for this task to comply with # its expected input. We later actually add this tag on a built image with the apply-index-image-tag task. value: $(params.output-image-repo):konflux-$(params.revision) - name: rebuild From 089a406739fd54791c0c108ebcb6c1d4989f61c5 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Wed, 26 Nov 2025 12:15:31 +0100 Subject: [PATCH 2/2] Move `/.konflux/` out of "bot coverage" because this directory is not changed by bots, only humans. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bab095cb2..7753caa21 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ # Release engineers need to merge MintMaker PRs at the time of release. # rhacs-bot needs ability to auto-approve MintMaker PRs for automated task and security updates. **/konflux.*Dockerfile @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot -/.konflux/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot /.tekton/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot rpms.* @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot +/.konflux/ @stackrox/konflux-maintainers .github/renovate.json5 @stackrox/konflux-maintainers