aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng_exception.yaml1
-rw-r--r--sandbox_exception.yaml4
-rw-r--r--template_exception.yaml13
3 files changed, 17 insertions, 1 deletions
diff --git a/releng_exception.yaml b/releng_exception.yaml
index d860ce7..aee6768 100644
--- a/releng_exception.yaml
+++ b/releng_exception.yaml
@@ -9,6 +9,7 @@ binaries:
file_audits:
file_names: [nullvalue]
file_contents:
+ - ^#
- -s set secret key
- "PKG_MAP\\[wget\\]"
- "\\[wget\\]=wget"
diff --git a/sandbox_exception.yaml b/sandbox_exception.yaml
index 14f0e81..e41b04a 100644
--- a/sandbox_exception.yaml
+++ b/sandbox_exception.yaml
@@ -8,4 +8,6 @@ binaries:
binary_ignore: [nullvalue]
file_audits:
file_names: [nullvalue]
- file_contents: [nullvalue]
+ file_contents:
+ - ^#
+
diff --git a/template_exception.yaml b/template_exception.yaml
new file mode 100644
index 0000000..e41b04a
--- /dev/null
+++ b/template_exception.yaml
@@ -0,0 +1,13 @@
+# 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:
+ - ^#
+