https://github.com/controlplaneio/kubesec
https://github.com/controlplaneio/kubesec/releases
vi private-pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: privileged
spec:
containers:
- image: nginx
name: test-pod
securityContext:
privileged: true
kubesec scan -f private-pod.yaml