From 2030ccba0dd570f4b543e9d5f111b9f0469cf982 Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 28 Jun 2017 15:33:18 +0100 Subject: Add exceptions for trusted domains gerrit.opnfv.org openstack.org artifacts.opnfv.org build.opnfv.org githubusercontent.com/openstack Change-Id: I6904c5de847b13279f0aa3feee583ff8bd987920 Signed-off-by: lhinds --- exceptions/functest.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exceptions') diff --git a/exceptions/functest.yaml b/exceptions/functest.yaml index 97d41ab..a70d70b 100644 --- a/exceptions/functest.yaml +++ b/exceptions/functest.yaml @@ -11,3 +11,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(.*)https:\/\/raw.githubusercontent\.com\/openstack\/(.*) + - git clone(.*)https:\/\/git.opendaylight\.org\/gerrit\/(.*) -- cgit 1.2.3-korg