aboutsummaryrefslogtreecommitdiffstats
path: root/security/scripts/check_security_root.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2021-09-01 09:34:46 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-01 09:34:46 +0000
commit1ebb610a0aec94adfab6e4db88ed1c21a3014f46 (patch)
tree8ca863cf01358d1eae1be66dcf90b06d1c96d3c8 /security/scripts/check_security_root.sh
parent1ee65ab7801cd0d209ce31f96b9daa063bc7b6b3 (diff)
parent978b2e5a8a00e2d9439afd65ab9c487b50a6357b (diff)
Merge "[WAIVERS] Update regex to exclude DCAE temp dockers"
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