From fa3504c350660065eee4962c8fe12ee51e309f75 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 22 Jun 2020 14:16:15 -0400 Subject: [PATCH] add custom checks to config (#340) --- examples/config-full.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/config-full.yaml b/examples/config-full.yaml index 3791f23a..d9bd6cbc 100644 --- a/examples/config-full.yaml +++ b/examples/config-full.yaml @@ -9,7 +9,6 @@ checks: # images tagNotSpecified: danger pullPolicyNotAlways: ignore - imageRegistry: warning # healthChecks readinessProbeMissing: warning livenessProbeMissing: warning @@ -25,6 +24,9 @@ checks: runAsPrivileged: danger dangerousCapabilities: danger insecureCapabilities: warning + # custom + resourceLimits: warning + imageRegistry: danger exemptions: - controllerNames: