Stop package installs of curl|wget getting flagged 51/49551/2
authorlhinds <lhinds@redhat.com>
Fri, 22 Dec 2017 13:40:42 +0000 (13:40 +0000)
committerlhinds <lhinds@redhat.com>
Fri, 22 Dec 2017 13:43:35 +0000 (13:43 +0000)
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 <lhinds@redhat.com>
ignore_list.yaml

index 0cd5361..c059eb6 100644 (file)
@@ -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