From 5ec542bc5f72941eefeda5613e639242a603dd38 Mon Sep 17 00:00:00 2001 From: lhinds Date: Fri, 22 Dec 2017 13:40:42 +0000 Subject: 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 --- ignore_list.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg