aboutsummaryrefslogtreecommitdiffstats
path: root/ignore_list.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08Update with curl statementslhinds1-8/+10
Change-Id: I59647f46580f8be2ade22220febf5263849f4899 Signed-off-by: lhinds <lhinds@redhat.com>
2017-12-22Stop package installs of curl|wget getting flaggedlhinds1-0/+2
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>
2017-10-10Implements master ignore listlhinds1-0/+15
This change introduces a master ignore list, to save having to repeat ignore strings in every project exception file. This is achieved via a new ignore_list.yaml file that is merged with the project exception list and then used for the re.search ignore statement in both patch_scan.py and project_scan.py Change-Id: Ifb60b8ba3091603182c2025dbbbfd1a88a72439b Signed-off-by: lhinds <lhinds@redhat.com>