aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/octopus.yaml
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-10-10 14:13:55 +0100
committerlhinds <lhinds@redhat.com>2017-10-10 14:20:48 +0100
commit1d191aa05617587f889880bb5344c84a422706e5 (patch)
treea9f9dcdbc0a87186ae01aa2f08e364b1f1458d07 /exceptions/octopus.yaml
parent3cae5dfd7bbcb64f1ac6fb2263043b251a15ebc0 (diff)
Implements master ignore list
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>
Diffstat (limited to 'exceptions/octopus.yaml')
-rw-r--r--exceptions/octopus.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/exceptions/octopus.yaml b/exceptions/octopus.yaml
index c90dcf2..5860307 100644
--- a/exceptions/octopus.yaml
+++ b/exceptions/octopus.yaml
@@ -10,12 +10,4 @@ binaries:
- dca00ca0c823938e3fca1889ae366e86e6ce2279e4fc689b437d43978cfbe1c9
file_audits:
file_names: [nullvalue]
- file_contents:
- - ^#
- - git clone.+\.openstack\.org
- - git clone.+gerrit\.opnfv\.org
- - wget.+build\.opnfv\.org
- - wget.+artifacts\.opnfv\.org
- - wget.+git\.opnfv.org
- - wget.+git\.openstack.org
- - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/
+ file_contents: [nullvalue]