Skip to content

Commit

Permalink
add custom checks to config (FairwindsOps#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Jun 22, 2020
1 parent 4020000 commit fa3504c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/config-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ checks:
# images
tagNotSpecified: danger
pullPolicyNotAlways: ignore
imageRegistry: warning
# healthChecks
readinessProbeMissing: warning
livenessProbeMissing: warning
Expand All @@ -25,6 +24,9 @@ checks:
runAsPrivileged: danger
dangerousCapabilities: danger
insecureCapabilities: warning
# custom
resourceLimits: warning
imageRegistry: danger

exemptions:
- controllerNames:
Expand Down

0 comments on commit fa3504c

Please sign in to comment.