Skip to content
Snippets Groups Projects
Verified Commit 6105627d authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

No need to exclude "test_tools.__private.logger" anymore in...

No need to exclude "test_tools.__private.logger" anymore in check_is_private_key_nor_password_is_not_logged script

Because test-tools now have a different logger and this text is not
logged out anymore in every line
parent 0ffbc190
No related branches found
No related tags found
2 merge requests!415CI check_... scripts improvements,!412V1.27.5.13 release
......@@ -8,7 +8,7 @@ function find_password_private_keys() {
grep --with-filename --line-number --ignore-case --word-regexp --extended-regexp \
'(pass(word)?|[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51})' |
grep "$@" --invert-match --extended-regexp \
'(Error in response from url|Problem occurred during communication with|test_tools.__private.logger)' || true
'Error in response from url|Problem occurred during communication with' || true
}
amount_of_occurrences=$(find_password_private_keys --count)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment