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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Build

FROM docker.io/library/golang:1.26.7@sha256:e30143be198ab04cf7ba25fba83ab3a692ca584c994aad0bf131fa0eb32dd8c1 AS build
FROM docker.io/library/golang:1.27.1@sha256:f44f6e88636cfb311f9ebace870ded69d943f227bb3cb27d32ffd84ea18c43ea AS build

Check failure on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test

Containerfile version incompatible, saw 1.27.1, running with version: 1.26.7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[medium] protected-path

PR modifies Dockerfile, which is in the review agents governance/infrastructure protected paths list (REVIEW_PROTECTED_PATHS). The change is a Renovate-generated Docker tag bump (docker.io/library/golang 1.26.7 -> 1.27.1) implicitly authorized by the repos renovate.json (which extends github>conforma/.github//config/renovate/renovate.json), and the requires-manual-review label is already present. Human approval is always required for protected-path changes regardless of context; the review agent will not auto-approve.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[low] protected-path

PR modifies Dockerfile, which is in the REVIEW_PROTECTED_PATHS list. The repository has a renovate.json that extends the org-wide Renovate configuration and the PR author is app/renovate, so automated Docker base-image tag/digest bumps are within an established policy pattern. Human approval is still required for protected-path changes regardless of authorization context.


ARG TARGETOS
ARG TARGETARCH
Expand Down
Loading