From 08047cfe0ea948ea47e71c8d4898134666acdd20 Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 5 Jul 2017 09:15:40 +0100 Subject: Fixed regex to streamline wildcards Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3 Signed-off-by: lhinds --- exceptions/conductor.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'exceptions/conductor.yaml') diff --git a/exceptions/conductor.yaml b/exceptions/conductor.yaml index 0c54eb9..012a658 100644 --- a/exceptions/conductor.yaml +++ b/exceptions/conductor.yaml @@ -12,9 +12,10 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - - git clone(.*)\.openstack\.org - - git clone(.*)gerrit\.opnfv\.org - - wget(.*)build\\.opnfv\.org - - wget(.*)artifacts\\.opnfv\.org - - wget(.*)git\\.openstack\.org - - git clone(.*)https:\/\/git.opendaylight\.org\/gerrit\/(.*) + - git clone.+\.openstack\.org + - git clone.+gerrit\.opnfv\.org + - wget.+build\.opnfv\.org + - wget.+artifacts\.opnfv\.org + - wget.+git\.openstack.org + - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/ + -- cgit 1.2.3-korg