blob: 5881d4ac4a21928f03768a5eca4b9c5bf3e9239d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
# 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: [nullvalue]
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.+git\.openstack.org
- git clone.+https:\/\/git.opendaylight\.org\/gerrit\/
|