mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-23 17:43:27 +00:00
add custom checks to config (#340)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user