Sergio Morel
Results
2
comments of
Sergio Morel
Fixed, it was a formatting error in the Security context block. Terraform expects snake_case and Kubernetes uses camelCase. ``` ... security_context { run_as_non_root = true run_as_user = 1000 run_as_group =...
Hello, I'm re-opening because the fix works for deploying the cronJob, the securityContext is applied. But terrascan still fails to recognize the security_context block.