Fedora Account System
Red Hat Associate
Red Hat Customer
## Base image referenced by mutable tag rather than sha256 digest **Component:** operator-sdk-builder The Containerfile's FROM line references the go-toolset base image by mutable tag rather than an immutable sha256 digest, allowing the resolved base image to change between builds. ### Remediation Append the resolved digest, e.g. `FROM registry.access.redhat.com/ubi9/go-toolset:1.25.5-1770654497@sha256:<digest>`, and let MintMaker/Renovate manage digest bumps. --- *Source: Ex-Wing/Glasswing Konflux CI security assessment (Mythos), finding FIND-003*