Open
Description
Coming from docker/build-push-action#53
Refs:
- fix: print non-empty stderr #25
- Handle credentials securely github-actions#21
- Example about how to securely login through Docker CLI actions/starter-workflows#96
Behaviour
docker/build-push-action#53 (comment)
It seems that the warning message is hidden from the users, which is misleading as it provides a false feeling of security. As seen in docker/login-action@adb7347
/src/docker.ts#L36, on success stderr is not shown. The warning is precisely shown when the login is successful but insecure.
Steps to reproduce this issue
docker/build-push-action#53 (comment)
See eine/login-action@master
(commits) and eine/login-action/runs/1354438643?check_suite_focus=true#step:3:8.
Expected behaviour
Login is secure or security warnings are not hidden.
Actual behaviour
Login is reported not to be secure, but warnings are hidden.
Metadata
Assignees
Labels
No labels