Update Konflux references#166
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates Tekton task bundle digests for five security and validation tasks—deprecated-image-check, clair-scan, ecosystem-cert-preflight-checks, clamav-scan, and rpms-signature-scan—across two pipeline definitions. Each task's bundle SHA256 hash is replaced with a new digest in both Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.tekton/hyperfleet-api-push.yaml:
- Line 298: The pipeline is pinning the task image to
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e;
coordinate the digest rollout by updating the same image pin in the sibling
repos (openshift-hyperfleet/hyperfleet-sentinel and
openshift-hyperfleet/hyperfleet-adapter) to this exact digest and any other
occurrences of that image tag in this file (the other value entries), open
follow-up PRs in those repos, and ensure CI for those pipelines passes so all
three pipelines use the same pinned digest.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Enterprise
Run ID: 58be9ec9-a827-4c03-a3c3-e42e33878290
📒 Files selected for processing (2)
.tekton/hyperfleet-api-push.yaml.tekton/hyperfleet-api-tag.yaml
| value: deprecated-image-check | ||
| - name: bundle | ||
| value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3457a4ca93f8d55f14ebd407532b1223c689eacc34f0abb3003db4111667bdae | ||
| value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e |
There was a problem hiding this comment.
🧹 Nitpick | 🔵 Trivial
Coordinate digest rollouts across sibling repos.
This repo is updated, but linked openshift-hyperfleet/hyperfleet-sentinel and openshift-hyperfleet/hyperfleet-adapter still pin the previous five digests. Consider follow-up PRs there to keep security task behavior aligned across pipelines.
Also applies to: 320-320, 340-340, 390-390, 508-508
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.tekton/hyperfleet-api-push.yaml at line 298, The pipeline is pinning the
task image to
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e;
coordinate the digest rollout by updating the same image pin in the sibling
repos (openshift-hyperfleet/hyperfleet-sentinel and
openshift-hyperfleet/hyperfleet-adapter) to this exact digest and any other
occurrences of that image tag in this file (the other value entries), open
follow-up PRs in those repos, and ensure CI for those pipelines passes so all
three pipelines use the same pinned digest.
This PR contains the following updates:
9397d3e→8fad4c29f18b21→567cb663457a4c→e78d0d3e2bcf11→9c30072cfdb76c→d4e3499Configuration
📅 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.
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.