From c1887e6da6dac835f9e7577e9d0d0ff0c2c028df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BBebrak?= <mzebrak@syncad.com> Date: Tue, 18 Feb 2025 18:45:34 +0100 Subject: [PATCH] Remove old exclude pattern from check_is_private_key_nor_password_is_not_logged --- scripts/check_is_private_key_nor_password_is_not_logged.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check_is_private_key_nor_password_is_not_logged.bash b/scripts/check_is_private_key_nor_password_is_not_logged.bash index b1b79d2784..e300061afc 100755 --- a/scripts/check_is_private_key_nor_password_is_not_logged.bash +++ b/scripts/check_is_private_key_nor_password_is_not_logged.bash @@ -4,7 +4,6 @@ set -euo pipefail function find_password_private_keys() { local exclude_patterns=( - "Error in response from url" "Problem occurred during communication with" "CI_" "clive_local_tools" -- GitLab