Please report security vulnerabilities privately rather than opening a public issue. Use GitHub's private vulnerability reporting on this repository (Security → Report a vulnerability), or contact the maintainers directly.
We will acknowledge receipt, investigate, and coordinate a fix and disclosure timeline with you.
secrets,secrets_base64, andregistry_authcredentials are marked sensitive in the provider schema and are not written to logs.- Build secrets are delivered to BuildKit over the session gRPC channel using
the standard
--mount=type=secretmechanism; they are not baked into image layers unless your Dockerfile copies them there. - Prefer supplying registry credentials via
~/.docker/config.json/ credential helpers or environment-sourced Terraform variables rather than hardcoding them in configuration.