aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/copper.yaml
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-07-05 09:15:40 +0100
committerlhinds <lhinds@redhat.com>2017-07-05 09:19:28 +0100
commit08047cfe0ea948ea47e71c8d4898134666acdd20 (patch)
tree1b513e1699916b9786e3962c22c1b74120d3b886 /exceptions/copper.yaml
parentf3e07993047bf36e8695afed4de414d24e24faed (diff)
Fixed regex to streamline wildcards
Change-Id: I5ac55820cf53eb61d6c67c22a33d05041d9fa8b3 Signed-off-by: lhinds <lhinds@redhat.com>
Diffstat (limited to 'exceptions/copper.yaml')
-rw-r--r--exceptions/copper.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exceptions/copper.yaml b/exceptions/copper.yaml
index 0c54eb9..5881d4a 100644
--- a/exceptions/copper.yaml
+++ b/exceptions/copper.yaml
@@ -12,9 +12,9 @@ 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\\.openstack\.org
- - git clone(.*)https:\/\/git.opendaylight\.org\/gerrit\/(.*)
+ - git clone.+\.openstack\.org
+ - git clone.+gerrit\.opnfv\.org
+ - wget.+build\.opnfv\.org
+ - wget.+artifacts\.opnfv\.org
+ - wget.+git\.openstack.org
+ - git clone.+https:\/\/git.opendaylight\.org\/gerrit\/