From: lhinds Date: Wed, 29 Nov 2017 10:54:18 +0000 (+0000) Subject: Update with curl statements X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng-anteater.git;a=commitdiff_plain;h=86953c8528e08347ac760ecbaefb7e96244ae3db Update with curl statements Change-Id: I59647f46580f8be2ade22220febf5263849f4899 Signed-off-by: lhinds --- 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\/.*