From c73dd9d2d0187d93409318f5ec4aea082f0c9684 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 22 Jun 2020 11:49:46 +0200 Subject: Resync manually xtesting repo from gitlab.com repo The goal is to use xtesting once we shall be able to build all the dockers properly Issue-ID: INT-1366 Signed-off-by: mrichomme Change-Id: I068eb6019f6eec04b46b545222cbb5cecb265234 Signed-off-by: mrichomme --- security/scripts/check_security_root.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/scripts/check_security_root.sh') diff --git a/security/scripts/check_security_root.sh b/security/scripts/check_security_root.sh index ca388fd..5dd40f8 100644 --- a/security/scripts/check_security_root.sh +++ b/security/scripts/check_security_root.sh @@ -60,6 +60,10 @@ while IFS= read -r line; do # Found in white list, exclude it sed -i "/$line/d" $FILTERED_PODS_LIST fi + # tmp ugly workaround to exlude dep (temporary dcae dockers) + if grep -e dep-$wl_name <<< "$line" > /dev/null ;then + sed -i "/$line/d" $FILTERED_PODS_LIST + fi done < $WL_RAW_FILE_PATH done < $FILTERED_PODS_LIST -- cgit 1.2.3-korg