Fix Sonobuoy systemd-image for k8 1.18
[validation.git] / .coafile
index fd4a0cc..4d8a321 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -5,7 +5,6 @@ ignore = .tox/**,
     .git/**,
     .gitignore,
     .gitreview,
-    .gitmodules,
     **.sw?,
     **.orig
 
@@ -36,7 +35,8 @@ bears = YAMLLintBear
 files = **.yaml, **.yml
 use_spaces = true
 max_line_length = 120
-ignore = tests/k8s/conformance/custom_repos.yaml
+ignore = tests/k8s/conformance/custom_repos.yaml,
+    tests/k8s/kube-hunter/job.yaml
 
 [all.Python]
 bears = PyLintBear