From: lhinds Date: Fri, 22 Dec 2017 13:40:42 +0000 (+0000) Subject: Stop package installs of curl|wget getting flagged X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5ec542bc5f72941eefeda5613e639242a603dd38;hp=21eba438574c13ecd49119ab9a7df882e517f566;p=releng-anteater.git Stop package installs of curl|wget getting flagged Way to many instances of `curl \` as part of an rpm / apt-get line are getting flagged. This removes them from being reported. Change-Id: I4d06146f9a7d826c53e5bb4d71178223ca5e089d Signed-off-by: lhinds --- diff --git a/ignore_list.yaml b/ignore_list.yaml index 0cd5361..c059eb6 100644 --- a/ignore_list.yaml +++ b/ignore_list.yaml @@ -6,6 +6,8 @@ file_audits: file_names: [nullvalue] file_contents: - ^# + - \bwget\s+\\ + - \bcurl\s+\\ - git clone.+\.openstack\.org - git clone.+gerrit\.opnfv\.org - wget.+build\.opnfv\.org