Remove kubectl exception in container scanning

Because we now have a builtin kubectl, we don't need that
security exception.
This commit is contained in:
Jean-Philippe Evrard
2020-10-29 09:56:32 +01:00
parent 19bf5bf224
commit e1ba9a975e

View File

@@ -1,7 +0,0 @@
general:
bestPracticeViolations:
# We violate this rule because we add kubectl from a remote location
# Instead of building it from source/copying it.
# Until we change our practices (e.g. have Dockerfile build kubectl
# in a multi-staged manner), we should skip this check
- CIS-DI-0009