spring-boot-microservice-best-practices
spring-boot-microservice-best-practices copied to clipboard
Use a tool to scan the k8s manifest and dockerfile
Identity a security tooling to scan the k8s manifest (standard and helm charts) locally and Dockerfile for security recommendations.
https://www.checkov.io/ seems to be a good candidate it's licensed under apache so free to use.
Checkov has been added to the pipeline. ToDo: Update the document to add info about the usage of tooling.