Skip to content

Docker images not pinned to specific digest, allowing supply chain attacks #713

@Haroldwonder

Description

@Haroldwonder

If Docker images are used in CI or deployment, they should be pinned to specific SHA256 digests rather than mutable tags (e.g., node:20 vs node:20@sha256:...). Mutable tags can be updated to include malicious code.

File: Dockerfile(s), CI workflow files

Fix: Pin all Docker base images to specific SHA256 digests and set up automated digest update PRs via Dependabot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions