diff options
Diffstat (limited to 'security/scripts/check_security_root.sh')
-rw-r--r-- | security/scripts/check_security_root.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/scripts/check_security_root.sh b/security/scripts/check_security_root.sh index f5b55c3..90ccd6b 100644 --- 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 |