Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
506c659 to
79af510
Compare
| @@ -1,4 +1,4 @@ | |||
| FROM quay.io/konveyor/builder:latest AS builder | |||
| FROM registry.redhat.io/openshift/golang-builder:golang-builder-v1.26-rhel8 AS builder | |||
There was a problem hiding this comment.
I am not sure the U/S pipeline can get this container without a pull secret.
79af510 to
1f38819
Compare
Changes: - Updated Dockerfile to use OpenShift golang-builder v1.26 - Changed from: quay.io/konveyor/builder:latest - Changed to: registry.redhat.io/openshift/golang-builder:golang-builder-v1.26-rhel8 This uses the official Red Hat UBI-based Go 1.26 builder image, which contains Go 1.26.6 to fix the html/template CVE. Fixes: - MIG-1987: CVE-2026-56858 - Go html/template: Cross-Site Scripting via pathological input Related: - ocp-build-data PR: openshift-eng/ocp-build-data#12805 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1f38819 to
0cd0093
Compare
Upgrade rhel-8-golang builder image from v1.25 to v1.26 to support mig-controller CVE fix (MIG-1987: CVE-2026-56858). Related PRs: - migtools/mig-controller#1470 - migtools/mig-controller#1471 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Summary
CVE Fixed
Changes
Dockerfile:FROM quay.io/konveyor/builder:latest→FROM golang:1.26.6-alpinego.mod:go 1.25.0→go 1.26Jira Ticket
🤖 Generated with Claude Code