aboutsummaryrefslogtreecommitdiffstats
path: root/gatechecks.yaml
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-06-21 13:32:29 +0100
committerlhinds <lhinds@redhat.com>2017-06-21 13:32:29 +0100
commit7a0e4fa551a01105a7a0afddb431869b2627ac6a (patch)
tree2aacbd7468ed1e3bd1ad31c2edcb26e1607cf177 /gatechecks.yaml
parent7f69464d9e184b69e5d6fb70517e48f43d4c56c0 (diff)
rename gatechecks and project_config
gatechecks is renamed to master_list and project_config is renamed to project_exceptions JIRA:RELENG-251 Change-Id: Icbcc2c114d687783e0720017025cb4bb8e53e8a3 Signed-off-by: lhinds <lhinds@redhat.com>
Diffstat (limited to 'gatechecks.yaml')
-rw-r--r--gatechecks.yaml69
1 files changed, 0 insertions, 69 deletions
diff --git a/gatechecks.yaml b/gatechecks.yaml
deleted file mode 100644
index 3c36539..0000000
--- a/gatechecks.yaml
+++ /dev/null
@@ -1,69 +0,0 @@
-# When adding projects all `arrays: []` sections must have
-# a value, Use 'nullvalue' if no waivers are available.
-#
-# This file uses standard regular expression syntax, however be mindful
-# of escaping YAML delimiters too (such as `:`) using double quotes "".
-
-binaries:
- binary_ignore:
- - \.DS_Store
- - \.eot
- - \.gif
- - \.git/(index|objects)
- - \.ico
- - \.idx
- - \.jp(e?)g
- - \.otf
- - \.pack
- - \.pdf
- - \.png
- - \.ttf
- - \.woff
-
-file_audits:
- file_names:
- - \.asc$
- - \.gpg$
- - \.key$
- - \.md5
- - \.sig$
- - aws_access_key_id
- - aws_secret_access_key
- - id_rsa
- file_contents:
- - -----BEGIN\sRSA\sPRIVATE\sKEY----
- - "curl(.*?)bash"
- - "git(.*?)clone"
- - "sh(.*?)curl"
- - dual_ec_drbg
- - eval
- - gost
- - md[245]
- - panama
- - private_key
- - rc4
- - ripemd
- - secret
- - sha0
- - snefru
- - ssh_key
- - sslv[12]
- - streebog
- - tlsv1
- - wget
-
-licence:
- licence_ext:
- - '.java'
- - '.md'
- - '.py'
- - '.rb'
- - '.rst'
- - '.sh'
- licence_ignore:
- - '__init__.py'
-
-project_config:
- - releng: exceptions/releng_exception.yaml
- - sandbox: exceptions/sandbox_exception.yaml
- - testproj: exceptions/sandbox_exception.yaml