Skip to content

kubeaudit-v0.4.1

Compare
Choose a tag to compare
@nschhina nschhina released this 01 Feb 22:14
1c6047e

Changelog

1c6047e Inherit from PodSecurityContext if ContainerSecurityContext is not defined (#147)
a3dd038 Limits use of acronyms (#147)
e0a2636 Add containerName field to occurrences in PodSecurityContext Error and cleanup (#147)
8a6ef46 Add tests for PodSecurityContext, change error ID's and messages, cleanup code (#147)
79077d9 add initial functionality tests, add Pod field to RANRFalse error, refactor tests (#147)
014f332 Fix check for ContainerSecurityContext definition and order of function calls (#147)
c84eb5b Add podHostName for Occurrences object and split RunAsNonRoot to RunAsNonRoot check
PodSecurityContext/ContainerSecurityContext check (#147)

kubeaudit v0.4.1 fixes the bug (#138), now it inherits RunAsNonRoot from PodSecurityContext in case ContainerSecurityContext or RunAsNonRoot in ContainerSecurityContext is not defined.