diff options
author | Virginie <virginie.lefilleul@orange.com> | 2020-11-05 17:46:43 +0100 |
---|---|---|
committer | Virginie <virginie.lefilleul@orange.com> | 2020-11-05 17:46:43 +0100 |
commit | a83804927cc54128303bc9e619e45da86e4e81da (patch) | |
tree | ed1af7f786f7ce32cddca890b0eb54d3b14039dc /security/scripts | |
parent | 9ff5aec3172138b1bf13e5b0b195666fe1794aae (diff) |
Dispay waiver content for the security tests
Issue-ID: INT-1764
Signed-off-by: Virginie <virginie.lefilleul@orange.com>
Change-Id: I47d18dabfc76c44c2ca3394f56d0ed8f0c928f02
Diffstat (limited to 'security/scripts')
-rw-r--r-- | security/scripts/check_security_root.sh | 2 | ||||
-rw-r--r-- | security/scripts/check_unlimitted_pods.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/scripts/check_security_root.sh b/security/scripts/check_security_root.sh index 8fd35db..f5b55c3 100644 --- a/security/scripts/check_security_root.sh +++ b/security/scripts/check_security_root.sh @@ -44,7 +44,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/security/scripts/check_unlimitted_pods.sh b/security/scripts/check_unlimitted_pods.sh index 2e2a0e7..ced1530 100644 --- a/security/scripts/check_unlimitted_pods.sh +++ b/security/scripts/check_unlimitted_pods.sh @@ -43,7 +43,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 |