1.0.0
Description
First officially tagged release.
New Features
- Add the ability to convert a single K8s Object to a Pod Security Policy, instead of reading all objects from a live cluster. [#29]
- Switch to using command/subcommand style usage.
kube-psp-advisor inspectreads objects from a live cluster, andkube-psp-advisor convertgenerates a PSP from a single yaml file containing a K8s Object with a pod specification. [#29]
Bugs Fixed
- N/A