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
Anyone can read the answers from json file, so I'd suggest at least obfuscating them using a simple base64 encoding.
Much better: use a proper secret encryption key in the repository (CI can decrypt during the build step) and provide a CLI wrapper for easier decode-edit-encode cycle
The text was updated successfully, but these errors were encountered:
Anyone can read the answers from json file, so I'd suggest at least obfuscating them using a simple base64 encoding.
Much better: use a proper secret encryption key in the repository (CI can decrypt during the build step) and provide a CLI wrapper for easier decode-edit-encode cycle
The text was updated successfully, but these errors were encountered: