fix(docker): require explicit env allowlist for container creds

This commit is contained in:
teknium1
2026-03-15 10:38:30 -07:00
parent 934fc9df22
commit b54591ddda
12 changed files with 171 additions and 3 deletions

View File

@@ -107,6 +107,12 @@ terminal:
# timeout: 180
# lifetime_seconds: 300
# docker_image: "nikolaik/python-nodejs:python3.11-nodejs20"
# # Optional: explicitly forward selected env vars into Docker.
# # These values come from your current shell first, then ~/.hermes/.env.
# # Warning: anything forwarded here is visible to commands run in the container.
# docker_forward_env:
# - "GITHUB_TOKEN"
# - "NPM_TOKEN"
# -----------------------------------------------------------------------------
# OPTION 4: Singularity/Apptainer container