Skip to content

chore(deps): update konflux references - #1428

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/references/main
Open

chore(deps): update konflux references#1428
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/references/main

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-buildah (source, changelog) tekton-bundle patch 0.12.00.12.1
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) tekton-bundle patch 0.4.00.4.1
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) tekton-bundle patch 0.3.10.3.3
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) tekton-bundle digest 4619769fa53ef4
quay.io/konflux-ci/tekton-catalog/task-git-clone (source, changelog) tekton-bundle digest 7d5d1ae5512606
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) tekton-bundle digest 5f68715c6c414a
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies (source, changelog) tekton-bundle patch 0.10.10.10.3
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) tekton-bundle patch 0.2.10.2.2
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check (source, changelog) tekton-bundle digest f3e8337b850ba3
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check (source, changelog) tekton-bundle digest 2dc0d6d39d5cbb
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check (source, changelog) tekton-bundle digest ca391241b653e6
quay.io/konflux-ci/tekton-catalog/task-source-build (source, changelog) tekton-bundle patch 0.30.3.1

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-apply-tags)

v0.3.1

Changed
  • Nothing. Started using semver specification for version labels.
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-buildah)

v0.12.1

Changed
  • Bump prepare-sboms step memory from 256Mi to 512Mi (requests = limits) to prevent OOM kills on large container images (GPU/ML, bootc, driver-toolkit).
  • Remove prepare-sboms CPU limit (was 100m) to allow burst CPU and prevent throttling. CPU requests remain at 100m.
konflux-ci/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clair-scan)

v0.4.1

Changed

Allign script and task version.

konflux-ci/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clamav-scan)

v0.3.3

Changed
  • Skip downloading OCI layers whose manifest annotations name only unscannable
    model-weight files (.safetensors, .gguf, .ggml, .pt, .pth, .onnx,
    .onnx_data / .onnx_data_*), using org.opencontainers.image.title and
    olot.layer.content.inlayerpath. Any other annotated layer is skipped when
    the OCI descriptor size is at least 2000MiB (slightly under ClamAV's ~2GiB
    MaxFileSize), regardless of extension. Layers without those annotations are
    still listed with --dry-run as in 0.3.2. The --dry-run skip uses the
    same name list.

v0.3.2

Added
  • Skip extracting OCI layers that contain only unscannable model-weight files
    (.safetensors, .gguf, .ggml). Other layers are still extracted and
    scanned. If layer listing fails, the task falls back to extracting the
    full image.
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies)

v0.10.3

v0.10.2

konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-source-build)

v0.3.1

Changed
  • Nothing. Started using semver specification for version labels.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 05:00 AM and 11:59 PM, only on Saturday (* 5-23 * * 6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Summary by Sourcery

Update Konflux Tekton bundle references and switch container vulnerability scanning from Clair to Roxctl.

Enhancements:

  • Refresh the pinned Konflux Tekton bundles used by the pull-request and push pipelines, including updated build, dependency-prefetch, scanning, signing, tagging, and validation tasks.
  • Replace Clair scanning with Roxctl scanning in both pipelines.

@sourcery-ai

sourcery-ai Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates both Pulp Tekton pipelines to use the Roxctl scanner instead of Clair and refreshes the pinned Konflux task bundles, including RPM signature, certificate preflight, SAST, and ClamAV references with new versions or immutable digests.

Flow diagram for refreshed pinned Konflux task bundles

flowchart TD
    Pipelines[Pulp pull request and push pipelines]
    Roxctl[task-roxctl-scan:0.1]
    RPM[task-rpms-signature-scan:0.2.2]
    Cert[task-ecosystem-cert-preflight-checks:0.2]
    Snyk[task-sast-snyk-check:0.5]
    Shell[task-sast-shell-check:0.1]
    Unicode[task-sast-unicode-check:0.4]
    ClamAV[task-clamav-scan:0.3.2]

    Pipelines --> Roxctl
    Pipelines --> RPM
    Pipelines --> Cert
    Pipelines --> Snyk
    Pipelines --> Shell
    Pipelines --> Unicode
    Pipelines --> ClamAV
Loading

File-Level Changes

Change Details Files
Replace the Clair scan task with the Roxctl scan task in both pull-request and push pipelines.
  • Rename the pipeline task from clair-scan to roxctl-scan.
  • Update the Tekton bundle reference and digest to task-roxctl-scan:0.1.
.tekton/pulp-pull-request.yaml
.tekton/pulp-push.yaml
Refresh pinned Konflux Tekton bundle versions and digests across both pipeline definitions.
  • Upgrade RPM signature scanning from 0.2.1 to 0.2.2.
  • Update ecosystem certificate preflight, Snyk, Shell, Unicode, and ClamAV bundle digests; ClamAV advances from 0.3.1 to 0.3.2.
  • Keep equivalent bundle updates synchronized between pull-request and push pipelines.
.tekton/pulp-pull-request.yaml
.tekton/pulp-push.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!

Sourcery assessment

Needs a human reviewer. This replaces the Clair vulnerability gate with a different externally supplied Roxctl scanning task and changes several pinned security-check task bundles. If the new scanner or bundle is misconfigured or misses findings, images could pass CI and be promoted without the intended security checks; reverting prevents future runs but does not recall artifacts that already passed.


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from be5c4a9 to e1ebbd9 Compare September 5, 2026 07:22
@red-hat-konflux red-hat-konflux Bot changed the title Update Konflux references chore(deps): update konflux references Sep 5, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from e1ebbd9 to 49ce909 Compare September 12, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants