agnos-builder
agnos-builder copied to clipboard
Fix SecretsUsedInArgOrEnv warning
Address SecretsUsedInArgOrEnv warning
Secrets should not be saved in environment variable as they will be available also on the device. In this case they are anyway known and not critical, but they are not even used in the build process or later on the device. So IMHO better to remove them completely.