From 1d191aa05617587f889880bb5344c84a422706e5 Mon Sep 17 00:00:00 2001 From: lhinds Date: Tue, 10 Oct 2017 14:13:55 +0100 Subject: Implements master ignore list This change introduces a master ignore list, to save having to repeat ignore strings in every project exception file. This is achieved via a new ignore_list.yaml file that is merged with the project exception list and then used for the re.search ignore statement in both patch_scan.py and project_scan.py Change-Id: Ifb60b8ba3091603182c2025dbbbfd1a88a72439b Signed-off-by: lhinds --- exceptions/apex.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'exceptions/apex.yaml') diff --git a/exceptions/apex.yaml b/exceptions/apex.yaml index c28b07c..fdf875e 100644 --- a/exceptions/apex.yaml +++ b/exceptions/apex.yaml @@ -13,14 +13,6 @@ file_audits: - network_settings.py - deploy_settings.py file_contents: - - ^# - - git clone.+\.openstack\.org - - git clone.+gerrit\.opnfv\.org - - wget.+build\.opnfv\.org - - wget.+artifacts\.opnfv\.org - - wget.+git\.opnfv.org - - wget.+git\.openstack.org - - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/ - rpm-build wget libvirt - wget git gcc - def clean_ssh_keys\(key_file=\'\/root\/\.ssh\/authorized\_keys -- cgit 1.2.3-korg