Display waiver content for the security tests

Issue-ID: INT-1764

Signed-off-by: Virginie <virginie.lefilleul@orange.com>
Change-Id: I2afc3cca2bde4ff8d7b9337c548f7b48af813fc0
Signed-off-by: Virginie <virginie.lefilleul@orange.com>
diff --git a/test/security/check_for_jdwp.sh b/test/security/check_for_jdwp.sh
index 748aec3..ec5b5cb 100755
--- a/test/security/check_for_jdwp.sh
+++ b/test/security/check_for_jdwp.sh
@@ -97,7 +97,7 @@
 echo "------------------------------------------------------------------------"
 # Display the waivers
 if [ -s $XL_FILE_PATH ]; then
-  echo  -e "--------------------\e[0;31m WARNING \e[0;m XFail List    ----------------------------"
+  echo "-------------------- *** WARNING XFail List *** ------------------------"
   cat $WL_FILE_PATH
   echo "------------------------------------------------------------------------"
 fi
diff --git a/test/security/check_for_nonssl_endpoints.sh b/test/security/check_for_nonssl_endpoints.sh
index c7bb8a7..5a807fe 100755
--- a/test/security/check_for_nonssl_endpoints.sh
+++ b/test/security/check_for_nonssl_endpoints.sh
@@ -78,7 +78,7 @@
 echo "------------------------------------------------------------------------"
 # Display the waivers
 if [ -s $XL_FILE_PATH ]; then
-  echo  -e "--------------------\e[0;31m WARNING \e[0;m XFail List    ----------------------------"
+  echo "-------------------- *** WARNING XFail List *** ------------------------"
   cat $XL_FILE_PATH
   echo "------------------------------------------------------------------------"
 fi