From 7a0e4fa551a01105a7a0afddb431869b2627ac6a Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 21 Jun 2017 13:32:29 +0100 Subject: 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 --- master_list.yaml | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 master_list.yaml (limited to 'master_list.yaml') diff --git a/master_list.yaml b/master_list.yaml new file mode 100644 index 0000000..b31b770 --- /dev/null +++ b/master_list.yaml @@ -0,0 +1,69 @@ +# 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_exceptions: + - releng: exceptions/releng_exception.yaml + - sandbox: exceptions/sandbox_exception.yaml + - testproj: exceptions/sandbox_exception.yaml -- cgit 1.2.3-korg