blob: 0c54eb9fe6e3183fff9ae2f7e54fa63d15e5a58d (
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\/(.*)
|