You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the github action to build a unity project, the password can be seen in clear text in the debug output. Unlike the other values, it is not obfuscated. The docker command fails with "docker run" requires at least 1 argument, possibly due to the password not being properly escaped.
How to reproduce
Use a password with special characters, such as \
Expected behavior
The password is obfuscated and the command runs.
The text was updated successfully, but these errors were encountered:
NOTE: Issues have been observed when using a UNITY_PASSWORD with special characters. It is recommended to use a password without any special characters (mixed-case alphanumeric characters only).
Bug description
When running the github action to build a unity project, the password can be seen in clear text in the debug output. Unlike the other values, it is not obfuscated. The docker command fails with "docker run" requires at least 1 argument, possibly due to the password not being properly escaped.
How to reproduce
Use a password with special characters, such as \
Expected behavior
The password is obfuscated and the command runs.
The text was updated successfully, but these errors were encountered: