Skip to content

chore(deps): update konflux references#1222

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

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

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented May 16, 2026

This PR contains the following updates:

Package Change
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) 510b6d2a291081
quay.io/konflux-ci/tekton-catalog/task-buildah (source, changelog) b68244e62f09c5
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) 59dec308fad4c2
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) 9f18b21567cb66
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) 5ff16b7e78d0d3
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) b4ac5869c30072
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) 288f3105a42324
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies (source, changelog) 7b49f7d214dcd1
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) 35a4ccdd4e3499
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check (source, changelog) 59ac80c2cd09c9
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check (source, changelog) cd28c08566753c
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check (source, changelog) 8307c20c162d9d
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) 04994dfa7346ed
quay.io/konflux-ci/tekton-catalog/task-source-build (source, changelog) ac287ebdf99947
quay.io/konflux-ci/tekton-catalog/task-summary (source, changelog) 526555ce1b8e42

Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 11:59 PM, only on Saturday ( * 5-23 * * 6 ) (UTC), 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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented May 16, 2026

Reviewer's Guide

Updates Konflux Tekton task bundle digests used in the pulp pull-request and pulp push pipelines, and wires in new parameters to control SAST scan target directories and package registry proxy behavior for the prefetch and SAST tasks.

Flow diagram for updated Tekton SAST and prefetch parameter wiring

flowchart TD
    subgraph PipelineParams
        P1[sast-target-dirs]
        P2[enable-package-registry-proxy]
    end

    C[clone-repository]
    PD[prefetch-dependencies]
    B[build-container]
    SNYK[sast-snyk-check]
    SHELL[sast-shell-check]
    UNICODE[sast-unicode-check]

    PipelineParams --> C

    C --> PD
    P2 --> PD

    PD --> B

    B --> SNYK
    B --> SHELL
    B --> UNICODE

    P1 --> SNYK
    P1 --> SHELL
    P1 --> UNICODE
Loading

File-Level Changes

Change Details Files
Refresh Tekton task bundle references to newer Konflux catalog image digests in both pulp pipelines.
  • Update task-show-sbom bundle digest to the latest 0.1 image
  • Update task-summary bundle digest to the latest 0.2 image
  • Update task-init bundle digest to the latest 0.4 image
  • Update task-prefetch-dependencies bundle digest to the latest 0.3 image
  • Update task-buildah bundle digest to the latest 0.9 image
  • Update task-source-build bundle digest to the latest 0.3 image
  • Update task-deprecated-image-check bundle digest to the latest 0.5 image
  • Update task-clair-scan bundle digest to the latest 0.3 image
  • Update task-rpms-signature-scan bundle digest to the latest 0.2 image
  • Update task-ecosystem-cert-preflight-checks bundle digest to the latest 0.2 image
  • Update task-sast-snyk-check bundle digest to the latest 0.4 image
  • Update task-sast-shell-check bundle digest to the latest 0.1 image
  • Update task-sast-unicode-check bundle digest to the latest 0.4 image
  • Update task-clamav-scan bundle digest to the latest 0.3 image
  • Update task-apply-tags bundle digest to the latest 0.3 image
.tekton/pulp-pull-request.yaml
.tekton/pulp-push.yaml
Introduce pipeline parameters for SAST target directories and package registry proxy and pass them through to relevant tasks.
  • Add sast-target-dirs pipeline parameter with default '.' and description of comma-separated directories
  • Add enable-package-registry-proxy pipeline parameter with default 'true' and description
  • Pass enable-package-registry-proxy from the pipeline params into the prefetch-dependencies task params
  • Pass TARGET_DIRS from the pipeline sast-target-dirs param into sast-snyk-check, sast-shell-check, and sast-unicode-check task params
.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

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

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 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.

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