Add sandbox project 41/36041/1
authorlhinds <lhinds@redhat.com>
Tue, 13 Jun 2017 08:23:51 +0000 (09:23 +0100)
committerlhinds <lhinds@redhat.com>
Tue, 13 Jun 2017 08:24:24 +0000 (09:24 +0100)
Change-Id: I2f2ecfb38e093b0c1a77eb7a2447b98094d5be6b
Signed-off-by: lhinds <lhinds@redhat.com>
gatechecks.yaml

index e04c6f1..bf3c9fd 100644 (file)
@@ -9,6 +9,8 @@ binaries:
                   \.otf,\.ico]
   releng:
     binary_ignore: [nullvalue]
+  sandbox:
+    binary_ignore: [nullvalue]
 
 file_audits:
   file_names: [\.gpg$,\.key$,\.asc$,\.sig$,\.md5,aws_access_key_id,aws_secret_access_key,id_rsa]
@@ -30,6 +32,9 @@ file_audits:
                      wget --directory-prefix=(.*)SNAP_CACHE(.*)snap_url(.*),sudo yum -y install wget,cacheValues,isInfiniteValue,
                      wget(.*)WORKSPACE/opnfv\.properties(.*)GS_URL(.*)properties,wget > /dev/null,fileValidationError,eval_collection,
                      eval_db,if \(name === 'evals'\),evaluate,value,ast\.literal_eva,_eval_pods_db,new = eval\(obj\)]
+  sandbox:
+    file_names: [nullvalue]
+    file_contents: [nullvalue]
 
 licence:
   licence_ext: ['.rst','.md','.py','.sh','.java','.rb']