aboutsummaryrefslogtreecommitdiffstats
path: root/security/scripts/check_security_root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/scripts/check_security_root.sh')
-rwxr-xr-xsecurity/scripts/check_security_root.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/scripts/check_security_root.sh b/security/scripts/check_security_root.sh
index 5b614d4..ed6f534 100755
--- a/security/scripts/check_security_root.sh
+++ b/security/scripts/check_security_root.sh
@@ -68,7 +68,7 @@ while IFS= read -r line; do
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
+ if grep -e "^dep.*dcae-tcagen2" <<< "$line" > /dev/null ;then
sed -i "/$line/d" $FILTERED_PODS_LIST
fi
done < $WL_RAW_FILE_PATH