Use yaml hyphen for list declaration
[releng-anteater.git] / gatechecks.yaml
1 # When adding projects all `arrays: []` sections must have
2 # a value, Use 'nullvalue' if no waivers are available.
3 #
4 # This file uses standard regular expression syntax,  however be mindful
5 # of escaping YAML delimiters too (such as `:`) using double quotes "".
6
7 binaries:
8   binary_ignore:
9     - \.DS_Store
10     - \.eot
11     - \.gif
12     - \.git/index
13     - \.git/objects
14     - \.ico
15     - \.idx
16     - \.jpeg
17     - \.jpg
18     - \.otf
19     - \.pack
20     - \.pdf
21     - \.png
22     - \.ttf
23     - \.woff
24
25 file_audits:
26   file_names:
27     - \.asc$
28     - \.gpg$
29     - \.key$
30     - \.md5
31     - \.sig$
32     - aws_access_key_id
33     - aws_secret_access_key
34     - id_rsa
35   file_contents:
36     - -----BEGIN\sRSA\sPRIVATE\sKEY----
37     - "curl(.*?)bash"
38     - "git(.*?)clone"
39     - "sh(.*?)curl"
40     - dual_ec_drbg
41     - eval
42     - gost
43     - md2
44     - md4
45     - md5
46     - panama
47     - private_key
48     - rc4
49     - ripemd
50     - secret
51     - sha0
52     - snefru
53     - ssh_key
54     - sslv1
55     - sslv2
56     - streebog
57     - tlsv1
58     - wget
59
60 licence:
61   licence_ext:
62     - '.java'
63     - '.md'
64     - '.py'
65     - '.rb'
66     - '.rst'
67     - '.sh'
68   licence_ignore:
69     - '__init__.py'
70
71 project_config:
72   - releng: releng_exception.yaml
73   - sandbox: sandbox_exception.yaml
74   - testproj: sandbox_exception.yaml