fix: redact S3 creds in --cache-to/--cache-from #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/redact-cache-creds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
scripts/build.sh redacted_args() masked build-arg/label/secret/ssh but not --cache-to/--cache-from, which carry inline secret_access_key= / S3 creds, so they leaked into the build log. Now redacts secret values inside cache specs. Test asserts a cache spec containing secret_access_key is masked.
Backlog #12.