aboutsummaryrefslogtreecommitdiffstats
path: root/master_list.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Introduce ignore list for content scanslhinds1-0/+4
Anteater was reporting fails on files which are documents and so harmless (for example an rst file) This patch introduces a file_ignore list in master_list.yaml Change-Id: I87c73c80a36114a7df9e1da47d89ca14e3bf668a Signed-off-by: lhinds <lhinds@redhat.com>
2017-09-01Add regex for all interfaces '0.0.0.0'lhinds1-0/+3
Listening on all interfaces can be problematic and break any security zones or DMZ style topologies Change-Id: Ied66dd22b668d469ddba4ee28b2999154f2005b8 Signed-off-by: lhinds <lhinds@redhat.com>
2017-08-24desc field set to just one linelhinds1-18/+7
using a bar `|` to set over two lines was causing issue for awk Change-Id: I61c612a5d4fb864dea7648c893091da309aacce6 Signed-off-by: lhinds <lhinds@redhat.com>
2017-08-04Implements Rationale Fieldlhinds1-35/+141
This change Implements a descriptive field to explain the rationale behind a block. In time this will be part of a sphinx auto build documentation system, which extracts the `desc` field and places it into a template. The user will then be provided with a url. JIRA: RELENG-276 Change-Id: I82b4eb02fe502928726846cc08388a7a4f0ea2f6 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-11Add weekly anteater projectslhinds1-0/+9
July 10 additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Change-Id: I1e6c2c3dd14012254a5a219ef223dfeb80245257 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-06Password regex generating too much false flagslhinds1-1/+1
Removed 'pass' from array Change-Id: Icd4f27f7d8c3e464fae159b5e220781d8597dbec Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-04Add new master list stringslhinds1-10/+60
More strings added and improvements made to optimise some existing strings JIRA: RELENG-270 Change-Id: I7e8ba204297575b1e8d0d851e1ee957374f8c955 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-04Merge "Remove eval as far too many false postivies"Luke Hinds1-1/+1
2017-07-04Remove eval as far too many false postivieslhinds1-1/+1
Change-Id: I255c0e1048823bd628071a889c65d82746356e4b Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-03Add weekly anteater projectslhinds1-3/+12
July 2nd additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Change-Id: I3610868930f0d6033e528548dceb09b3279b6b8d Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-27Merge "Implements sha256 exception functionality"Luke Hinds1-12/+0
2017-06-25Implements sha256 exception functionalitylhinds1-12/+0
This patch adds functionality for file checksum verfications for binary files. The master_list.yaml binaries yaml directive now only contains simple exceptions (for common artefacts that are gitignored) Each project_exception file now has a filename and a sha256 hash. If a binary file is not found, or the hash is mismatched, it will output the hash for the user to include in an exception patch. This functionality has been added to complete project scans and patchset scans JIRA: RELENG-240 Change-Id: Iafa5710f4a0da192fc74335b1200b504413f8a8b Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-23Fix Yamllint ViolationsTrevor Bramwell1-4/+5
JIRA: RELENG-258 Change-Id: I56a45340196c06a58f7103c57120a38c9ab7d28a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-22Adds Pharos, Functest, Octopus to Anteaterlhinds1-3/+5
This change adds exception files to anteater, to enable projects Functest, Pharos, Octopus. JIRA: RELENG-252 Change-Id: I1ac120ae2bdf868f9db34fe4dd30357efe61ce17 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-21rename gatechecks and project_configlhinds1-0/+69
gatechecks is renamed to master_list and project_config is renamed to project_exceptions JIRA:RELENG-251 Change-Id: Icbcc2c114d687783e0720017025cb4bb8e53e8a3 Signed-off-by: lhinds <lhinds@redhat.com>