From 86953c8528e08347ac760ecbaefb7e96244ae3db Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 29 Nov 2017 10:54:18 +0000 Subject: Update with curl statements Change-Id: I59647f46580f8be2ade22220febf5263849f4899 Signed-off-by: lhinds --- ignore_list.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ignore_list.yaml b/ignore_list.yaml index c059eb6..b0a1e39 100644 --- a/ignore_list.yaml +++ b/ignore_list.yaml @@ -6,12 +6,14 @@ file_audits: file_names: [nullvalue] file_contents: - ^# - - \bwget\s+\\ - - \bcurl\s+\\ - - 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.+\.openstack\.org\/.* + - git clone.+gerrit\.opnfv\.org\/.* - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/ + - wget.+build\.opnfv\.org\/.* + - wget.+artifacts\.opnfv\.org\/.* + - wget.+git\.opnfv.org\/.* + - wget.+git\.openstack.org\/.* + - curl.+build\.opnfv\.org\/.* + - curl.+artifacts\.opnfv\.org\/.* + - curl.+git\.opnfv.org\/.* + - curl.+git\.openstack.org\/.* -- cgit 1.2.3-korg