Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Build

FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3@sha256:17c888d75753f128f6cbdc5587932c3abd2632ca8e0931aa27b9a60c7a75ac62 AS build
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1784638038@sha256:981cd8d53cc230b928db75a697586f915da5d3ed6731eddb246ce8865e0b1400 AS build

Check failure on line 19 in Dockerfile.dist

View workflow job for this annotation

GitHub Actions / Test

Containerfile version incompatible, saw 1.26.5, running with version: 1.26.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[high] protected-path

This file matches the Dockerfile protected path pattern. The PR modifies an infrastructure file that requires human approval. No linked issue authorizes these changes. The repository's renovate.json configuration and the renovate label indicate this is an automated dependency management update (go-toolset 1.26.3 β†’ 1.26.5-1784638038 with pinned digest), but human review is always required for protected-path changes.

Suggested fix: Ensure a human reviewer approves changes to protected infrastructure files (Dockerfiles). Consider linking a tracking issue or configuring automated authorization for routine Renovate Docker tag updates.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[high] protected-path

This PR modifies Dockerfile.dist, which matches the Dockerfile protected path. The PR has no linked issue providing explicit authorization for the change. While the PR is authored by the configured Renovate bot (red-hat-konflux[bot]) and renovate.json exists in the repository authorizing automated dependency updates, human approval is always required for protected-path changes. No correctness or security concerns were identified with the Docker tag update itself (go-toolset:1.26.3 to 1.26.5-1784638038, with pinned SHA256 digest).

Suggested fix: A human reviewer should verify and approve this Docker base image update.


ARG TARGETOS
ARG TARGETARCH
Expand Down
Loading