build-parameters
build-parameters copied to clipboard
[security] don't use credentials in examples
it's pretty much never safe to use any kind of secret as an argument as the command line will record it in history, build tools often preserve these in logs too. There are ways to avoid both, but it's too easy to make a mistake.