Skip to content

Harden Docker credential handling - #221

Merged
csandanov merged 1 commit into
masterfrom
fix/docker-credential-handling
Aug 31, 2026
Merged

Harden Docker credential handling#221
csandanov merged 1 commit into
masterfrom
fix/docker-credential-handling

Conversation

@csandanov

Copy link
Copy Markdown
Member

The release script passed the Docker password through a command-line argument. This change sends the password through standard input so it is not exposed in process arguments.

Validation:

  • bash syntax check
  • stubbed Docker login test confirming the password is absent from process arguments

Pass registry passwords through standard input and scope credentials to authenticated publishing steps. This keeps unrelated workflow actions and pull-request execution from inheriting publishing secrets.
@csandanov
csandanov merged commit 9336eba into master Aug 31, 2026
26 checks passed
@csandanov
csandanov deleted the fix/docker-credential-handling branch August 31, 2026 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant