diff options
author | lhinds <lhinds@redhat.com> | 2017-12-22 13:40:42 +0000 |
---|---|---|
committer | lhinds <lhinds@redhat.com> | 2017-12-22 13:43:35 +0000 |
commit | 5ec542bc5f72941eefeda5613e639242a603dd38 (patch) | |
tree | 1ea2326980752177a167a674a1c9f1249572ef89 | |
parent | 21eba438574c13ecd49119ab9a7df882e517f566 (diff) |
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 <lhinds@redhat.com>
-rw-r--r-- | ignore_list.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |