diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-22 11:49:46 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-06-22 14:18:06 +0200 |
commit | c73dd9d2d0187d93409318f5ec4aea082f0c9684 (patch) | |
tree | 2220e059f70a9d85e1993a900a0aef0fcbf69cac /security/scripts | |
parent | 242950666ad42f4e9523b0fc3cd7c6d71b707103 (diff) |
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 <morgan.richomme@orange.com>
Change-Id: I068eb6019f6eec04b46b545222cbb5cecb265234
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'security/scripts')
-rw-r--r-- | security/scripts/check_security_root.sh | 4 | ||||
-rw-r--r-- | security/scripts/root_pods_xfail.txt | 1 |
2 files changed, 5 insertions, 0 deletions
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 diff --git a/security/scripts/root_pods_xfail.txt b/security/scripts/root_pods_xfail.txt index c282cf8..8623b57 100644 --- a/security/scripts/root_pods_xfail.txt +++ b/security/scripts/root_pods_xfail.txt @@ -10,6 +10,7 @@ consul # nobody remembers who is responsible for consul dcae-redis # redis container dcae-mongo # mongo container dcae-cloudify-manager # DCAEGEN2-2121 +dcae-tca-analytics # tmp tca will be replaced by secured tca2 in G mariadb # common mariadb msb-consul # another consul multicloud-fcaps # rabbit-mq upstream pod MULTICLOUD-1017 |