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/releng.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'exceptions/releng.yaml') diff --git a/exceptions/releng.yaml b/exceptions/releng.yaml index 4003f8a..269ff7d 100644 --- a/exceptions/releng.yaml +++ b/exceptions/releng.yaml @@ -10,12 +10,9 @@ binaries: file_audits: file_names: [nullvalue] file_contents: - - ^# - -s set secret key - "PKG_MAP\\[wget\\]" - "\\[wget\\]=wget" - - "git clone(.*)\\.openstack\\.org" - - "git clone(.*)gerrit\\.opnfv\\.org" - "name: GIT_CLONE_BASE" - "name: SSH_KEY" - "packages = \\['parted', 'puppet', 'wget'" @@ -60,6 +57,3 @@ file_audits: - wget > /dev/null - wget \$get_pip_url - wget(.*)WORKSPACE/opnfv\.properties(.*)GS_URL(.*)properties - - wget(.*)build\.opnfv\.org - - wget.+git\.opnfv.org - - wget(.*)artifacts\.opnfv\.org -- cgit 1.2.3-korg