Add check for using askpass

This commit is contained in:
Gerald Pinder 2025-03-20 23:40:27 -04:00
parent 883090ee85
commit 4537e29b55
2 changed files with 25 additions and 41 deletions

View file

@ -73,6 +73,7 @@ pub const LC_TERMINAL: &str = "LC_TERMINAL";
pub const TERM_PROGRAM_VERSION: &str = "TERM_PROGRAM_VERSION";
pub const LC_TERMINAL_VERSION: &str = "LC_TERMINAL_VERSION";
pub const XDG_RUNTIME_DIR: &str = "XDG_RUNTIME_DIR";
pub const SUDO_ASKPASS: &str = "SUDO_ASKPASS";
// Misc
pub const BUILD_SCRIPTS_IMAGE_REF: &str = "ghcr.io/blue-build/cli/build-scripts";