remove cloud guard names

This commit is contained in:
wiaamm
2025-01-13 13:57:35 +02:00
parent 179ed13031
commit 88b65ad812
2 changed files with 3 additions and 3 deletions

View File

@@ -385,7 +385,7 @@ set_docker_id(NanoAttachment *attachment)
}
if (!uid_read) {
const char *env_var_name = "CLOUDGUARD_UID"; // Replace with your environment variable name
const char *env_var_name = "OPENAPPSEC_UID"; // Replace with your environment variable name
const char *env_value = getenv(env_var_name);
if (env_value) {