aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/calipso.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-01-24Merge "add exception for curl use in install job for testing scan"Aric Gardner1-0/+1
2017-11-16Implements full path for hash checks of binarieslhinds1-112/+80
Previously the hash check would work only against the filename, and not using the relative path. This change uses the whole relative path to allow indentical filenames in different folder locations within the same repo. Also updated the generate-sha256.py script to introduce the same changes. JIRA: RELENG-303 Change-Id: I3a59e015b708eb5a966690b9839e5e15ac5b64c7 Signed-off-by: lhinds <lhinds@redhat.com>
2017-10-10Implements master ignore listlhinds1-8/+0
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>
2017-10-02add exception for curl use in install job for testing scanyayogev1-0/+1
Change-Id: Ic2dca8973d757bff14b38edd27475393cb440e9d Signed-off-by: yayogev <yayogev@cisco.com>
2017-09-05Add wget wildcard for git.opnfv.orglhinds1-0/+1
Add string - wget.+git\.opnfv.org Change-Id: Ibcf8fa07b0539000a2a8cc2765292de4195bde0b Signed-off-by: lhinds <lhinds@redhat.com>
2017-08-31Fix calipso formatting , to relaxed wild cardslhinds1-4/+1
137 and 148 were breaking regexp searches Certain lines are far to open and allow existing risks to pass. Change-Id: Ie80ac9370484ed0f56f6bd78cad5808b66a29b0e Signed-off-by: lhinds <lhinds@redhat.com>
2017-08-27Exception List for Calipsolhinds1-1/+137
Trigger: https://gerrit.opnfv.org/gerrit/#/c/38275/ Change-Id: Ifd17f1b40fcd19800a277d1f5d4635ce9ffd9b41 Signed-off-by: lhinds <lhinds@redhat.com> Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
2017-07-05Fixed regex to streamline wildcardslhinds1-6/+6
Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3 Signed-off-by: lhinds <lhinds@redhat.com>
2017-07-03Add weekly anteater projectslhinds1-0/+20
July 2nd additions https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Change-Id: I3610868930f0d6033e528548dceb09b3279b6b8d Signed-off-by: lhinds <lhinds@redhat.com>